From: Francois-Xavier Le Bail Date: Tue, 8 Sep 2015 10:26:38 +0000 (+0200) Subject: Remove obsolete comment X-Git-Tag: tcpdump-4.8.0~166 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/78689f7b24a0ce94919cfb11f741fb1293327236 Remove obsolete comment --- diff --git a/netdissect.h b/netdissect.h index a1a8779e..11f6c17d 100644 --- a/netdissect.h +++ b/netdissect.h @@ -553,8 +553,6 @@ extern void rtsp_print(netdissect_options *, const u_char *, u_int); extern void smtp_print(netdissect_options *, const u_char *, u_int); extern void geneve_print(netdissect_options *, const u_char *, u_int); -/* stuff that has not yet been rototiled */ - extern char *smb_errstr(int, int); extern const char *nt_errstr(uint32_t);