From 623ba9a279db035339ac8ae5030683c1e79b8618 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 14 May 2000 14:17:51 +0000 Subject: Added e_strdup_strip which returns a copy of the string with the leading 2000-05-14 Christopher James Lahey * e-util.c, e-util.h: Added e_strdup_strip which returns a copy of the string with the leading and trailing spaces removed. svn path=/trunk/; revision=3026 --- e-util/e-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index b8d49c9928..2043235cf7 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -34,6 +34,8 @@ typedef enum { int g_str_compare(const void *x, const void *y); int g_int_compare(const void *x, const void *y); +char *e_strdup_strip(char *string); + void e_free_object_list (GList *list); char *e_read_file(const char *filename); -- cgit