]> The Tcpdump Group git mirrors - tcpdump/commitdiff
RESP: Lose a duplicate forward declaration.
authorDenis Ovsienko <[email protected]>
Mon, 12 Oct 2020 20:35:45 +0000 (21:35 +0100)
committerDenis Ovsienko <[email protected]>
Tue, 13 Oct 2020 10:32:32 +0000 (11:32 +0100)
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);