libpurple/protocols/novell/nmuser.h

changeset 17154
044116b99ca1
parent 15884
4de1981757fc
child 18068
b6554e3c8224
child 19859
71d37b57eff2
--- a/libpurple/protocols/novell/nmuser.h	Mon May 14 23:34:08 2007 +0000
+++ b/libpurple/protocols/novell/nmuser.h	Mon May 14 23:35:28 2007 +0000
@@ -646,18 +646,6 @@
  */
 gboolean nm_are_guids_equal(const char *guid1, const char *guid2);
 
-
-/**
- * Case insensitive compare for utf8 strings
- *
- * @param guid1	First string to compare
- * @param guid2 Second string to compare
- *
- * @return 		-1 if str1 < str2, 0 if str1 = str2, 1 if str1 > str2
- *
- */
-gint nm_utf8_strcasecmp(gconstpointer str1, gconstpointer str2);
-
 /**
  * Compare UTF8 strings for equality only (case insensitive)
  *

mercurial