--- gvpe/src/vpn.h 2003/04/08 02:00:54 1.7 +++ gvpe/src/vpn.h 2003/10/14 03:22:09 1.9 @@ -19,8 +19,6 @@ #ifndef VPE_VPN_H__ #define VPE_VPN_H__ -#include - #include "global.h" #include "conf.h" #include "device.h" @@ -45,6 +43,7 @@ conns_vector conns; connection *find_router (); + connection *find_forwarder (); void reconnect_all (); void shutdown_all ();