From 3dee5a41f00b0dcde1622849a8a5673e51ab582b Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 25 Nov 2002 03:26:07 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'ChangeLog'. svn path=/tags/ChangeLog/; revision=18909 --- camel/string-utils.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 camel/string-utils.h (limited to 'camel/string-utils.h') diff --git a/camel/string-utils.h b/camel/string-utils.h deleted file mode 100644 index ab881a08fb..0000000000 --- a/camel/string-utils.h +++ /dev/null @@ -1,45 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors: Jeffrey Stedfast - * - * Copyright 2002 Ximian, Inc. (www.ximian.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. - * - */ - - -#ifndef STRING_UTIL_H -#define STRING_UTIL_H 1 - -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus */ - -#include - -int g_strcase_equal (gconstpointer a, gconstpointer b); -guint g_strcase_hash (gconstpointer v); - -void string_list_free (GList *string_list); - -char *strstrcase (const char *haystack, const char *needle); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* STRING_UTIL_H */ -- cgit