diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-04-03 12:33:53 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-04-03 12:33:53 +0400 |
commit | 0d28726d0a74b097d0c23b5ad3fc64b38849441a (patch) | |
tree | d8494234c7c8f2d3b35d467433de2d844d3b4ff4 /interface.h | |
parent | a8ace2868c128d3820e587b32808c5942747d0ae (diff) | |
download | tcpdump-0d28726d0a74b097d0c23b5ad3fc64b38849441a.tar.gz |
NDOize Babel decoder
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interface.h b/interface.h index 6f5e1063..25fe79ee 100644 --- a/interface.h +++ b/interface.h @@ -167,7 +167,6 @@ extern char *smb_errstr(int, int); extern const char *nt_errstr(u_int32_t); #ifdef INET6 -extern void babel_print(const u_char *, u_int); extern int mask62plen(const u_char *); #endif /*INET6*/ |