summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'netdissect.h')
-rw-r--r--netdissect.h3
1 files changed, 0 insertions, 3 deletions
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);