summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:19:19 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:19:19 +0000
commit3b2e51942297ad9406fa8f569ccf0ac845416e2a (patch)
tree265696665d42a7ac5a8fd078db30fbb538d4aae4 /epan
parent3931cfdd790baad5d30e617fec8cb574d9d94dad (diff)
downloadwireshark-3b2e51942297ad9406fa8f569ccf0ac845416e2a.tar.gz
Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32
(modifing files to be commited when svn commit is already running is no good). svn path=/trunk/; revision=53192
Diffstat (limited to 'epan')
-rw-r--r--epan/strutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index 7eacb67fe8..aac0bbdce9 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -324,10 +324,6 @@ gchar* ws_strdup_unescape_char (const gchar *str, const gchar chr);
WS_DLL_PUBLIC
gchar *string_replace(const gchar* str, const gchar *old_val, const gchar *new_val);
-/**
- * g_strcmp0 appears first in GLIB 2.16, define it locally for earlier versions.
- */
-
#ifdef __cplusplus
}
#endif /* __cplusplus */