summaryrefslogtreecommitdiff
path: root/glabels2/libglabels/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'glabels2/libglabels/str.h')
-rw-r--r--glabels2/libglabels/str.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/glabels2/libglabels/str.h b/glabels2/libglabels/str.h
new file mode 100644
index 0000000..bc6312f
--- /dev/null
+++ b/glabels2/libglabels/str.h
@@ -0,0 +1,41 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
+
+/*
+ * (LIBGLABELS) Template library for GLABELS
+ *
+ * str.h: libGLabels string utilities header file
+ *
+ * Copyright (C) 2007 Jim Evins <evins@snaught.com>.
+ *
+ * This file is part of the LIBGLABELS library.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA
+ */
+
+#ifndef __STR_H__
+#define __STR_H__
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+gint lgl_str_utf8_casecmp (const gchar *s1,
+ const gchar *s2);
+
+G_END_DECLS
+
+
+#endif /* __STR_H__ */