summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-01-31 20:18:07 +0000
committerGerald Combs <gerald@wireshark.org>2008-01-31 20:18:07 +0000
commita4a1f2a69e50f3826b7fed06a334df791b2baa80 (patch)
treece56118fc89589b7c4bd6467383fcecfc6129362 /epan
parent18fd58de40a49903766bfabab85340ec412f594e (diff)
downloadwireshark-a4a1f2a69e50f3826b7fed06a334df791b2baa80.tar.gz
Make the "!="/"ne" change compile under Windows.
svn path=/trunk/; revision=24234
Diffstat (limited to 'epan')
-rw-r--r--epan/dfilter/syntax-tree.h2
-rw-r--r--epan/libwireshark.def1
2 files changed, 2 insertions, 1 deletions
diff --git a/epan/dfilter/syntax-tree.h b/epan/dfilter/syntax-tree.h
index aa75860688..c34e6c56e5 100644
--- a/epan/dfilter/syntax-tree.h
+++ b/epan/dfilter/syntax-tree.h
@@ -60,7 +60,7 @@ typedef struct {
* set aside to time to do so. */
gpointer data;
gint32 value;
- char *deprecated_token;
+ const char *deprecated_token;
} stnode_t;
/* These are the sttype_t registration function prototypes. */
diff --git a/epan/libwireshark.def b/epan/libwireshark.def
index d15de9d97b..fca46717d5 100644
--- a/epan/libwireshark.def
+++ b/epan/libwireshark.def
@@ -122,6 +122,7 @@ delete_persconffile_profile
deletefile
dfilter_apply_edt
dfilter_compile
+dfilter_deprecated_tokens
dfilter_dump
dfilter_error_msg DATA
dfilter_free