diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-08 20:18:38 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-08 20:18:38 +0300 |
commit | 343357ed1e7907cf4b488058053df280ae63c7bb (patch) | |
tree | 201915ed25612180af3745131be66ce19edf1a0b /listview.h | |
parent | 88db5cdceabf042f5e5d5695bf984900f8396225 (diff) |
Now words are shown in alphabetical order
Diffstat (limited to 'listview.h')
-rw-r--r-- | listview.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,5 +22,6 @@ GtkWidget *create_word_list(); void clear_word_list(); void add_word_to_list(char *); +void fill_list(char **); #endif /*LIST_VIEW_H*/ |