summaryrefslogtreecommitdiff
path: root/word.h
diff options
context:
space:
mode:
authorb0ric <b0risov.alexandr@rambler.ru>2009-08-07 01:45:54 +0300
committerb0ric <b0risov.alexandr@rambler.ru>2009-08-07 01:45:54 +0300
commit180da16f3c1592d1515de2e647144a37cc23c1b9 (patch)
treef03e590b6fbc2ccbc0f662525f9133e1fe780de1 /word.h
parent4fc82214f27252f5e11e7d9a0c605a7d33c690bd (diff)
Basical GUI functionality and few GIU improvements
Diffstat (limited to 'word.h')
-rw-r--r--word.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/word.h b/word.h
index 43d1a81..c5f9567 100644
--- a/word.h
+++ b/word.h
@@ -33,9 +33,9 @@ typedef struct word Word;
Word *words;
-int to_list(char *word);
-void print_words(Word *root);
-Word *add_word_record(Word *root, char *word);
-void free_words(Word *root);
+int to_list(char *);
+void print_words(Word *);
+Word *add_word_record(Word *, char *);
+void free_words(Word *);
#endif /*WORD_H*/