diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-10-12 21:35:45 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-10-13 11:32:32 +0100 |
commit | 4ecc5682ee884b23c7746025dffcccfafc481757 (patch) | |
tree | 5dbf808e3e28917128d71aee5ff16400a58a153f /print-resp.c | |
parent | 3a563bf865b8a8fdb162ee671832c8784b6a38df (diff) | |
download | tcpdump-4ecc5682ee884b23c7746025dffcccfafc481757.tar.gz |
RESP: Lose a duplicate forward declaration.
Diffstat (limited to 'print-resp.c')
-rw-r--r-- | print-resp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-resp.c b/print-resp.c index 38351e68..7f4aaa80 100644 --- a/print-resp.c +++ b/print-resp.c @@ -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); |