aboutsummaryrefslogtreecommitdiff
path: root/interpreter/fuspel.h
diff options
context:
space:
mode:
authorCamil Staps2016-10-07 21:21:40 +0200
committerCamil Staps2016-10-07 21:21:40 +0200
commitf8e50700cd0eb93154f5c025ef20d428986b856c (patch)
treee239bc8748edf2b1b80bf532dd46b6ddb5ab8614 /interpreter/fuspel.h
parentResolve #12, don't show code keyword in debug graph (diff)
Cleanup (resolves #9)
Diffstat (limited to 'interpreter/fuspel.h')
-rw-r--r--interpreter/fuspel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/fuspel.h b/interpreter/fuspel.h
index cc7a3a7..0de4c8c 100644
--- a/interpreter/fuspel.h
+++ b/interpreter/fuspel.h
@@ -1,6 +1,6 @@
#ifndef _H_FUSPEL
#define _H_FUSPEL
-fuspel* import(fuspel* already_parsed, char* name);
+struct fuspel *import(struct fuspel *already_parsed, char *name);
#endif