--- gvpe/src/vpn.h 2003/10/16 02:28:36 1.10 +++ gvpe/src/vpn.h 2003/10/16 14:12:00 1.12 @@ -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 @@ -82,7 +83,7 @@ const char *script_if_up (); }; -extern struct vpn network; +extern vpn network; // THE vpn #endif