diff options
author | Guy Harris <guy@alum.mit.edu> | 2008-02-21 12:30:26 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2008-02-21 12:30:26 +0000 |
commit | b7c2ead26a216e58671fef084505308e6fd34e23 (patch) | |
tree | 068c311e5becb2a7fb7f7bc69041fc67982a5dd2 /capture_sync.h | |
parent | 89d7589f60b663ba61091d3da6ad0811b897dae4 (diff) | |
download | wireshark-b7c2ead26a216e58671fef084505308e6fd34e23.tar.gz wireshark-b7c2ead26a216e58671fef084505308e6fd34e23.tar.bz2 wireshark-b7c2ead26a216e58671fef084505308e6fd34e23.zip |
Constify some arguments.
svn path=/trunk/; revision=24407
Diffstat (limited to 'capture_sync.h')
-rw-r--r-- | capture_sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.h b/capture_sync.h index 4abbfb1758..a498043454 100644 --- a/capture_sync.h +++ b/capture_sync.h @@ -69,7 +69,7 @@ sync_interface_list_open(gchar **msg); /** Get a linktype list using dumpcap */ extern int -sync_linktype_list_open(gchar *ifname, gchar **msg); +sync_linktype_list_open(const gchar *ifname, gchar **msg); /** Start getting interface statistics using dumpcap. */ extern int |