aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-06 14:03:14 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-06 14:03:14 +0000
commit73328cb9d899fdfce03f028230b1834fba8ce0a2 (patch)
tree3fa68dbd08f38db924425656b41d4a8fec6c7fff /util.h
parent01e304b13d4b16e4969e149925b5fbe69d5e27a7 (diff)
Last set of char -> const char trivial warning fixes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15244 f5534014-38df-0310-8fa8-9805f1628bb7
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
}