]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-resp.c
RESP: Lose a duplicate forward declaration.
[tcpdump] / print-resp.c
index 38351e68d1e403b6013d757b97c198129b765241..7f4aaa8063e653af5529d25aa1582b4fc32ebefe 100644 (file)
@@ -59,7 +59,6 @@
 #define resp_print_length_negative(ndo)  ND_PRINT(" length negative and not -1")
 #define resp_print_invalid(ndo)          ND_PRINT(" invalid")
 
-void       resp_print(netdissect_options *, const u_char *, u_int);
 static int resp_parse(netdissect_options *, const u_char *, int);
 static int resp_print_string_error_integer(netdissect_options *, const u_char *, int);
 static int resp_print_simple_string(netdissect_options *, const u_char *, int);