diff options
Diffstat (limited to 'stmt.h')
-rw-r--r-- | stmt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -struct function; +struct func; struct scope; -void stmt(struct function *, struct scope *); +void stmt(struct func *, struct scope *); |