From caa9fca4317ca32c7bbb2b8c44073e107bf3d6b2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 30 Oct 2004 23:05:48 +0000 Subject: Get rid of forward declarations of functions not defined in this file. svn path=/trunk/; revision=12452 --- capture.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index 930b3b398b..91b2af0e5e 100644 --- a/capture.c +++ b/capture.c @@ -135,18 +135,6 @@ gboolean capture_child; /* if this is the child for "-S" */ static gboolean normal_do_capture(gboolean is_tempfile); static void stop_capture_signal_handler(int signo); -#ifndef _WIN32 -static void cap_pipe_adjust_header(loop_data *, struct pcap_hdr *, struct pcaprec_hdr *); -static int cap_pipe_open_live(char *, struct pcap_hdr *, loop_data *, char *, int); -static int cap_pipe_dispatch(int, loop_data *, struct pcap_hdr *, \ - struct pcaprec_modified_hdr *, guchar *, char *, int); -#endif - - - - - - /* Open a specified file, or create a temporary file, and start a capture to the file in question. Returns TRUE if the capture starts successfully, FALSE otherwise. */ -- cgit v1.2.3