You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-proxy/squirm/files/squirm-1.26-gcc5.patch

10 lines
182 B

--- a/util.h
+++ b/util.h
@@ -24,5 +24,5 @@
information.
*/
-inline void lower_case(char *str);
+extern inline void lower_case(char *str);
char *safe_strdup(const char *str);