aboutsummaryrefslogtreecommitdiffstats
path: root/camel/string-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/string-utils.h')
-rw-r--r--camel/string-utils.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/camel/string-utils.h b/camel/string-utils.h
index 6f5b9a577c..1e4743feea 100644
--- a/camel/string-utils.h
+++ b/camel/string-utils.h
@@ -3,8 +3,8 @@
/*
*
- * Author :
- * Bertrand Guiheneuf <bertrand@helixcode.com>
+ * Authors: Bertrand Guiheneuf <bertrand@helixcode.com>
+ * Jeffrey Stedfast <fejj@helixcode.com>
*
* Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com)
*
@@ -56,6 +56,8 @@ void string_trim (gchar *string, const gchar *chars,
gchar *string_prefix (const gchar *s, const gchar *suffix, gboolean *suffix_found);
+gchar *strstrcase (const gchar *haystack, const gchar *needle);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */