fix prototype of strstr2() (forgotten by Christoph)
[claws.git] / src / utils.h
index eaeef6406bb74aa141c24d4f627dfa9d3343bdda..b3f3cc9ecc9640e13225c0f6c06e3463c1ff9fd9 100644 (file)
@@ -143,7 +143,7 @@ gchar *to_human_readable    (off_t        size);
 /* alternative string functions */
 gint strcmp2           (const gchar    *s1,
                         const gchar    *s2);
-gint strstr2           (const gchar    *s1,
+gchar *strstr2         (const gchar    *s1,
                         const gchar    *s2);
 gint path_cmp          (const gchar    *s1,
                         const gchar    *s2);