aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-02-21 12:30:26 +0000
committerGuy Harris <guy@alum.mit.edu>2008-02-21 12:30:26 +0000
commitb7c2ead26a216e58671fef084505308e6fd34e23 (patch)
tree068c311e5becb2a7fb7f7bc69041fc67982a5dd2 /capture_sync.c
parent89d7589f60b663ba61091d3da6ad0811b897dae4 (diff)
Constify some arguments.
svn path=/trunk/; revision=24407
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index fed74a4a2a..f2d137d516 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -870,7 +870,7 @@ sync_interface_list_open(gchar **msg) {
* exit value. In either case, msg must be freed with g_free().
*/
int
-sync_linktype_list_open(gchar *ifname, gchar **msg) {
+sync_linktype_list_open(const gchar *ifname, gchar **msg) {
int argc;
const char **argv;