From 7dfa337910164ea684d7005f3b3ead74cd543f0e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 29 Dec 2012 20:56:11 +0000 Subject: Add a few consts to fix some compiler (GCC) errors. svn path=/trunk/; revision=46849 --- capture_sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_sync.h') diff --git a/capture_sync.h b/capture_sync.h index 4d9ac967d6..92888c9449 100644 --- a/capture_sync.h +++ b/capture_sync.h @@ -59,7 +59,7 @@ sync_pipe_kill(int fork_child); /** Set wireless channel using dumpcap */ extern int -sync_interface_set_80211_chan(gchar *iface, char *freq, gchar *type, +sync_interface_set_80211_chan(const gchar *iface, const char *freq, const gchar *type, gchar **data, gchar **primary_msg, gchar **secondary_msg); -- cgit v1.2.3