aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-30 23:05:48 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-30 23:05:48 +0000
commitcaa9fca4317ca32c7bbb2b8c44073e107bf3d6b2 (patch)
tree3f6548d2f4f6dbce6cb3feb7b03f79cc8d29cf94 /capture.c
parent7445ecfd0568693f1b4d6f13381cb118b7537e51 (diff)
Get rid of forward declarations of functions not defined in this file.
svn path=/trunk/; revision=12452
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c12
1 files changed, 0 insertions, 12 deletions
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. */