--- gvpe/src/vpn.h 2003/10/14 03:22:09 1.9 +++ gvpe/src/vpn.h 2003/10/16 02:41:21 1.11 @@ -1,5 +1,6 @@ /* vpn.h -- header for vpn.C + Copyright (C) 2003 Marc Lehmann This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -49,6 +50,7 @@ void shutdown_all (); void tap_ev (io_watcher &w, short revents); io_watcher tap_ev_watcher; + void inject_data_packet (tap_packet *pkt, int dst); void send_connect_request (int id); @@ -81,5 +83,7 @@ const char *script_if_up (); }; +extern struct vpn network; + #endif