]> The Tcpdump Group git mirrors - tcpdump/commitdiff
remove an unused declaration from netdissect.h
authorDenis Ovsienko <[email protected]>
Wed, 26 Mar 2014 14:42:17 +0000 (18:42 +0400)
committerDenis Ovsienko <[email protected]>
Wed, 26 Mar 2014 14:42:17 +0000 (18:42 +0400)
netdissect.h

index 5ad150d18e737d2d91db6319d51e3d4461a8fc87..7dc2926376db77f11b821d14ae9ebe32c07b43bb 100644 (file)
@@ -262,8 +262,6 @@ extern int fn_print(const u_char *, const u_char *);
 extern int fn_printn(const u_char *, u_int, const u_char *);
 extern const char *tok2str(const struct tok *, const char *, int);
 
-extern void wrapup(int);
-
 #if 0
 extern char *read_infile(netdissect_options *, char *);
 extern char *copy_argv(netdissect_options *, char **);