aboutsummaryrefslogtreecommitdiff
path: root/interpreter/fuspel.h
diff options
context:
space:
mode:
authorCamil Staps2016-09-24 15:14:01 +0200
committerCamil Staps2016-09-24 15:16:01 +0200
commite08cc0aa5f0eb0b99fb553623dd0600cf8aeb572 (patch)
tree5703244ba6b1016185597979b64f241d1fb66f85 /interpreter/fuspel.h
parentRemove unnecessary dependency (diff)
Made parse_file implementation dependent
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 fea191d..cc7a3a7 100644
--- a/interpreter/fuspel.h
+++ b/interpreter/fuspel.h
@@ -1,6 +1,6 @@
#ifndef _H_FUSPEL
#define _H_FUSPEL
-fuspel* parse_file(fuspel* already_parsed, char* fname);
+fuspel* import(fuspel* already_parsed, char* name);
#endif