]> git.ipfire.org Git - thirdparty/git.git/blobdiff - string-list.h
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / string-list.h
index 18c718c12ce84609ddf7d2baf471042bf9fafc7a..7d9df61ac319c15c4c086a51121c3a353c297c34 100644 (file)
@@ -174,7 +174,7 @@ struct string_list_item *string_list_insert(struct string_list *list, const char
  * Remove the given string from the sorted list.  If the string
  * doesn't exist, the list is not altered.
  */
-extern void string_list_remove(struct string_list *list, const char *string,
+void string_list_remove(struct string_list *list, const char *string,
                               int free_util);
 
 /**