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 0da444b..ad85b73 100644
--- a/type.h
+++ b/type.h
@@ -91,7 +91,7 @@ struct type {
};
};
-struct type *mktype(enum typekind, struct type *base);
+struct type *mktype(enum typekind);
struct type *mkqualifiedtype(struct type *, enum typequalifier);
struct type *mkpointertype(struct type *);
struct type *mkarraytype(struct type *, uint64_t);