diff options
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*/ |