suffix_list.h

changeset 17
5f43f733cc12
parent 11
06cbd0ec003d
     1.1 --- a/suffix_list.h	Tue Sep 20 15:19:28 2011 +0200
     1.2 +++ b/suffix_list.h	Thu Oct 06 00:06:30 2011 +0200
     1.3 @@ -20,6 +20,7 @@
     1.4  #endif
     1.5  
     1.6  suffix_list_t* new_suffix_list_t();
     1.7 +void destroy_suffix_list_t(suffix_list_t*);
     1.8  void add_suffix(suffix_list_t*, char*);
     1.9  
    1.10  #ifdef _cplusplus

mercurial