summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-09-29 02:27:04 +0000
committerGuy Harris <guy@alum.mit.edu>2007-09-29 02:27:04 +0000
commit53e74d793104886de6ebf57ce9d9a2f9d1c9073e (patch)
tree2d3e0f7ae30897a7f64ed8b1ef48446a6914cadb /tshark.c
parent8e87bd423f8483a0227f259b3cf7d4eb8a914809 (diff)
downloadwireshark-53e74d793104886de6ebf57ce9d9a2f9d1c9073e.tar.gz
Get rid of a forward declaration of a routine that no longer exists.
svn path=/trunk/; revision=23030
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index 98fc2b7ba5..82f0fcbce9 100644
--- a/tshark.c
+++ b/tshark.c
@@ -155,8 +155,6 @@ static gboolean infoprint; /* if TRUE, print capture info after clearing infodel
#endif /* SIGINFO */
static int capture(void);
-static void capture_pcap_cb(u_char *, const struct pcap_pkthdr *,
- const u_char *);
static void report_counts(void);
#ifdef _WIN32
static BOOL WINAPI capture_cleanup(DWORD);