aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-06 14:03:14 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-06 14:03:14 +0000
commit62b7cc3043f63836ab26d866ba5885a11c409ebf (patch)
tree3fa68dbd08f38db924425656b41d4a8fec6c7fff /util.h
parentfd79f5eb9c0b67692734eb2f30a8c3742f918ccd (diff)
Last set of char -> const char trivial warning fixes.
svn path=/trunk/; revision=15244
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index eadf6b9e68..4da1a0c68b 100644
--- a/util.h
+++ b/util.h
@@ -41,7 +41,7 @@ char *get_args_as_string(int, char **, int);
void compute_timestamp_diff(gint *, gint *, guint32, guint32, guint32, guint32);
/* Create a capture filter for the connection */
-char *get_conn_cfilter(void);
+const char *get_conn_cfilter(void);
#ifdef __cplusplus
}