aboutsummaryrefslogtreecommitdiff
path: root/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'type.h')
-rw-r--r--type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/type.h b/type.h
index c6e0f46..6311f45 100644
--- a/type.h
+++ b/type.h
@@ -110,7 +110,7 @@ struct type *typecommonreal(struct type *, struct type *);
struct type *typeargpromote(struct type *);
struct type *typeintpromote(struct type *);
enum typeprop typeprop(struct type *);
-struct type *typemember(struct type *, const char *, uint64_t *);
+struct member *typemember(struct type *, const char *, uint64_t *);
struct param *mkparam(char *, struct type *);