--- gvpe/src/device.h 2005/03/03 16:54:34 1.17 +++ gvpe/src/device.h 2005/04/26 00:55:56 1.20 @@ -16,15 +16,15 @@ You should have received a copy of the GNU General Public License along with gvpe; if not, write to the Free Software - Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef VPE_DEVICE_H__ -#define VPE_DEVICE_H__ +#ifndef GVPE_DEVICE_H__ +#define GVPE_DEVICE_H__ -#define IFNAMESIZE 256 // be conservative +#include "config.h" -#include "gettext.h" +#define IFNAMESIZE 256 // be conservative #include "global.h" #include "util.h" @@ -119,6 +119,7 @@ const char *interface () { return ifrname; } const char *info (); + const char *if_up (); tap_packet *recv (); void send (tap_packet *pkt);