aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-20 17:27:05 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-20 17:27:05 +0000
commitc0702583d310d1bba45066446cb5b40c4cdf410c (patch)
tree33566b110a2ae7fd28f3a0ef8a40f3d6a3a98d8d /epan/strutil.h
parenta02e821fe6d6c59387fe235bde6fd2e00f190566 (diff)
Make the minimum supported GLib version 2.16.
svn path=/trunk/; revision=49444
Diffstat (limited to 'epan/strutil.h')
-rw-r--r--epan/strutil.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index 23f11c4252..2e25d7d172 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -301,11 +301,6 @@ gchar *string_replace(const gchar* str, const gchar *old_val, const gchar *new_v
* g_strcmp0 appears first in GLIB 2.16, define it locally for earlier versions.
*/
-#if !GLIB_CHECK_VERSION(2,16,0)
-WS_DLL_PUBLIC
-int g_strcmp0 (const char *str1,
- const char *str2);
-#endif /* GLIB_CHECK_VERSION(2,16,0) */
#ifdef __cplusplus
}
#endif /* __cplusplus */