diff options
Diffstat (limited to 'dict.h')
-rw-r--r-- | dict.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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*/ |