X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8310fab73c7f3a6e1682a8c33698d26f27be11ae..f5060b06131ac0b7b1876abdef2815bf96e0ce9a:/netdissect.h diff --git a/netdissect.h b/netdissect.h index 89da451e..a10ffa3b 100644 --- a/netdissect.h +++ b/netdissect.h @@ -141,9 +141,6 @@ struct tok { const char *s; /* string */ }; -extern const char *tok2strbuf(const struct tok *, const char *, u_int, - char *buf, size_t bufsize); - /* tok2str is deprecated */ extern const char *tok2str(const struct tok *, const char *, u_int); extern char *bittok2str(const struct tok *, const char *, u_int);