summaryrefslogtreecommitdiff
path: root/listview.h
diff options
context:
space:
mode:
authorb0ric <b0risov.alexandr@rambler.ru>2009-08-08 20:18:38 +0300
committerb0ric <b0risov.alexandr@rambler.ru>2009-08-08 20:18:38 +0300
commit343357ed1e7907cf4b488058053df280ae63c7bb (patch)
tree201915ed25612180af3745131be66ce19edf1a0b /listview.h
parent88db5cdceabf042f5e5d5695bf984900f8396225 (diff)
Now words are shown in alphabetical order
Diffstat (limited to 'listview.h')
-rw-r--r--listview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/listview.h b/listview.h
index 4cf0447..ee34b37 100644
--- a/listview.h
+++ b/listview.h
@@ -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*/