--- config.c.orig Mon Nov 24 12:18:54 1997 +++ config.c Sun Apr 3 21:15:59 2005 @@ -1,14 +1,11 @@ #include "arpcatch.h" #include #include -#include static list_t *add_host(char *buffer, list_t *hosts); static int add_proxy(char *buffer, table_t *at); static void config_error(char *, int); - -extern struct ether_addr *ether_aton(char *); int compare_ip(const void *a, const void *b) { struct in_addr *ia, *ib;