diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-07 01:45:54 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-07 01:45:54 +0300 |
commit | 180da16f3c1592d1515de2e647144a37cc23c1b9 (patch) | |
tree | f03e590b6fbc2ccbc0f662525f9133e1fe780de1 /word.h | |
parent | 4fc82214f27252f5e11e7d9a0c605a7d33c690bd (diff) |
Basical GUI functionality and few GIU improvements
Diffstat (limited to 'word.h')
-rw-r--r-- | word.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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*/ |