summaryrefslogtreecommitdiff
path: root/epan/dfilter/dfilter-int.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-23 06:53:59 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-23 06:53:59 +0000
commitc5ab5374c28152a5c60911344fa0a726ac6b8dda (patch)
tree2b41303fe0d6e05efb559f1779d067a3ddae386a /epan/dfilter/dfilter-int.h
parentcd0744efd1794d052a276af03a9bfd678f6ad665 (diff)
downloadwireshark-c5ab5374c28152a5c60911344fa0a726ac6b8dda.tar.gz
Some more 'char*' -> 'const char*' changes
svn path=/trunk/; revision=15013
Diffstat (limited to 'epan/dfilter/dfilter-int.h')
-rw-r--r--epan/dfilter/dfilter-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/dfilter-int.h b/epan/dfilter/dfilter-int.h
index 00a03d07f5..410aba44ee 100644
--- a/epan/dfilter/dfilter-int.h
+++ b/epan/dfilter/dfilter-int.h
@@ -63,7 +63,7 @@ extern stnode_t *df_lval;
/* Set dfilter_error_msg_buf and dfilter_error_msg */
void
-dfilter_fail(char *format, ...);
+dfilter_fail(const char *format, ...);
void
DfilterTrace(FILE *TraceFILE, char *zTracePrompt);