summaryrefslogtreecommitdiff
path: root/src/egg-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg-string.h')
-rw-r--r--src/egg-string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/egg-string.h b/src/egg-string.h
index 5331b4c..5414907 100644
--- a/src/egg-string.h
+++ b/src/egg-string.h
@@ -34,6 +34,9 @@ gboolean egg_strzero (const gchar *text)
gboolean egg_strequal (const gchar *id1,
const gchar *id2)
G_GNUC_WARN_UNUSED_RESULT;
+gboolean egg_strvequal (gchar **id1,
+ gchar **id2)
+ G_GNUC_WARN_UNUSED_RESULT;
gboolean egg_strnumber (const gchar *text)
G_GNUC_WARN_UNUSED_RESULT;
gboolean egg_strtoint (const gchar *text,