From 75b5fdff29d00508dc62ff848e63561bd9fe06a7 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 18 Sep 2007 14:08:56 +0000 Subject: Match the recent api change to rc_strlist_join also. We now free the 2nd list for ease of use. --- src/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 4dca669a..8bb8a4f3 100644 --- a/src/rc.h +++ b/src/rc.h @@ -203,7 +203,7 @@ char *rc_strlist_addsort (char ***list, const char *item); char *rc_strlist_addsortc (char ***list, const char *item); char *rc_strlist_addsortu (char ***list, const char *item); int rc_strlist_delete (char ***list, const char *item); -char **rc_strlist_join (char **list1, char **list2); +int rc_strlist_join (char ***list1, char **list2); void rc_strlist_reverse (char **list); void rc_strlist_free (char **list); -- cgit v1.2.3