aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index ce84739..8d40575 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -14,6 +14,8 @@ typedef enum {
StorageClass_typedef,
} StorageClass;
+const char* storageclass_stringify(StorageClass s);
+
typedef enum {
TypeKind_unknown,