Get rid of a forward declaration of a routine that no longer exists.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Sep 2007 02:27:04 +0000 (02:27 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Sep 2007 02:27:04 +0000 (02:27 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23030 f5534014-38df-0310-8fa8-9805f1628bb7

tshark.c

index 98fc2b7ba55e6adfc6c24ed713b1dae11b54474b..82f0fcbce9cd11ac8d7c58b058eefa4be8949608 100644 (file)
--- 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);