]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
refine tok2str() buffer use
[tcpdump] / netdissect.h
index 460e42c9533fc8c703af22d43b41f09a32aa9eb1..19cdfe8b3c688e0420a5e81340dab12f0c27a01e 100644 (file)
@@ -76,7 +76,6 @@ struct tok {
        const char *s;          /* string */
 };
 
-#define TOKBUFSIZE 128
 extern const char *tok2strbuf(const struct tok *, const char *, u_int,
                              char *buf, size_t bufsize);