aboutsummaryrefslogtreecommitdiff
path: root/stmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.h')
-rw-r--r--stmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stmt.h b/stmt.h
index e24e2ff..668f769 100644
--- a/stmt.h
+++ b/stmt.h
@@ -1,4 +1,4 @@
-struct function;
+struct func;
struct scope;
-void stmt(struct function *, struct scope *);
+void stmt(struct func *, struct scope *);