diff options
Diffstat (limited to 'common/strlist.h')
-rw-r--r-- | common/strlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/strlist.h b/common/strlist.h index fccce8704..acb92f700 100644 --- a/common/strlist.h +++ b/common/strlist.h @@ -58,6 +58,7 @@ char * strlist_pop (strlist_t *list); strlist_t strlist_find (strlist_t haystack, const char *needle); int strlist_length (strlist_t list); +strlist_t strlist_rev (strlist_t *haystack); #define FREE_STRLIST(a) do { free_strlist((a)); (a) = NULL ; } while(0) |