diff options
author | pdw <> | 2005-12-25 20:42:45 +0000 |
---|---|---|
committer | pdw <> | 2005-12-25 20:42:45 +0000 |
commit | 101d60bc7919ff754740d587cf3a22f24307284f (patch) | |
tree | 1b28969f461d5a62c471564ea8549376b41c56a5 | |
parent | 22d3f319ce2d2626e23bcef37d41eb68c97905c2 (diff) | |
download | iftop-101d60bc7919ff754740d587cf3a22f24307284f.zip |
pre3
Removed offending line from ppp.h
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | ppp.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 6aa6fb4..128d4c6 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(iftop, "0.17pre2") +AM_INIT_AUTOMAKE(iftop, "0.17pre3") AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number]) @@ -57,5 +57,3 @@ #define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */ #define PPP_BAP 0xc02d /* BAP */ #define PPP_MP 0xc03d /* Multi-Link */ - -extern struct tok ppptype2str[]; |