diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-13 10:11:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-13 10:11:57 +0800 |
commit | 6fe78080d707fcb986c971c9c106d37d6248678f (patch) | |
tree | ea6f8a7f96516a3f74ef296da84193f393f7dfeb /camel/string-utils.h | |
parent | e6911693723f9d9c9b274351539f87deffe5beb8 (diff) | |
download | gsoc2013-evolution-6fe78080d707fcb986c971c9c106d37d6248678f.tar.gz gsoc2013-evolution-6fe78080d707fcb986c971c9c106d37d6248678f.tar.zst gsoc2013-evolution-6fe78080d707fcb986c971c9c106d37d6248678f.zip |
Chris forgot to add #include <e-util/e-util.h> to the source files
2000-07-12 Jeffrey Stedfast <fejj@helixcode.com>
Chris forgot to add #include <e-util/e-util.h> to the source files
* providers/imap/camel-imap-store.c (imap_connect): Fixed Peter's
fix, we don't want to send a string to a %d.
svn path=/trunk/; revision=4133
Diffstat (limited to 'camel/string-utils.h')
-rw-r--r-- | camel/string-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/string-utils.h b/camel/string-utils.h index 1e4743feea..5595ad3247 100644 --- a/camel/string-utils.h +++ b/camel/string-utils.h @@ -56,8 +56,6 @@ 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 */ |