]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Update tok2strbuf() to a static function
[tcpdump] / netdissect.h
index 89da451ebb84e7da2c907983bbe21c94e3849153..a10ffa3b6b566e765ed628f465cde1680dbf1a86 100644 (file)
@@ -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);