From 62b7cc3043f63836ab26d866ba5885a11c409ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 6 Aug 2005 14:03:14 +0000 Subject: Last set of char -> const char trivial warning fixes. svn path=/trunk/; revision=15244 --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') 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 } -- cgit v1.2.3