summaryrefslogtreecommitdiff
path: root/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'dict.h')
-rw-r--r--dict.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dict.h b/dict.h
index 500e7eb..1a36929 100644
--- a/dict.h
+++ b/dict.h
@@ -25,9 +25,9 @@
#define IN_DICT 1
#define NOT_IN_DICT 0
-Word *dict;
+extern Word *dict;
-Word *load_dict(FILE *);
+Word *load_dict();
int is_in_dict(char *, Word *);
#endif /*DICT_H*/