aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-03 06:38:02 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-03 06:38:02 +0800
commit8297d04e95387045ec54454c5da99703b9c93c87 (patch)
tree9fccd6613f968d0fc40b518399d7858cb3c609fe /libempathy/empathy-utils.h
parent287a94ed26db281d9ba6331230e3ead8019ed8e0 (diff)
downloadgsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.gz
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.bz2
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.lz
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.xz
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.zst
gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.zip
Conflicts:
ChangeLog git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@455 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 587adaedc..746e8de5b 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -66,9 +66,6 @@ gint empathy_strcasecmp (const gchar *s1,
gint empathy_strncasecmp (const gchar *s1,
const gchar *s2,
gsize n);
-gboolean empathy_strdiff (const gchar *left,
- const gchar *right);
-gchar * empathy_escape_as_identifier (const gchar *name);
/* XML */
gboolean empathy_xml_validate (xmlDoc *doc,