From f5060b06131ac0b7b1876abdef2815bf96e0ce9a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Tue, 18 Jan 2022 11:09:38 +0100 Subject: Update tok2strbuf() to a static function It is only used in util-print.c. --- netdissect.h | 3 --- 1 file changed, 3 deletions(-) (limited to '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); -- cgit v1.2.1