aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-17 19:35:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-17 19:35:57 +0000
commit90ea235292d7f165ff95d64345e55a16364ae5aa (patch)
treee9ed6994c6e42f69bace720f82b36851178acfcd /dumpcap.c
parent43595fa3f0c8b93fe59a4987c95d50714c34d229 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54834
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index d53013f22a..6d8433560a 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -180,7 +180,7 @@ static void cap_pipe_close(int pipe_fd, gboolean from_socket _U_);
* and not continue to capture, should we report it as a warning, or
* what?
*/
-void
+static void
enable_kernel_bpf_jit_compiler(void)
{
int fd;