From 628edceba5f1485ef7c4ef30fba93b4c0c0dd955 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 10 Apr 2001 01:57:46 +0000 Subject: Initial revision --- ax25rtd/ax25rtd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ax25rtd/ax25rtd.c') diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c index 22ffeb9..c7e8d2a 100644 --- a/ax25rtd/ax25rtd.c +++ b/ax25rtd/ax25rtd.c @@ -1,4 +1,4 @@ -/* $Id: ax25rtd.c,v 1.7 1996/10/23 18:27:43 jreuter Exp jreuter $ +/* $Id: ax25rtd.c,v 1.1 2001/04/10 01:58:38 csmall Exp $ * * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com) * @@ -28,10 +28,12 @@ * */ +#include #include #include #include #include +#include #include #include #include @@ -61,7 +63,7 @@ #include "../pathnames.h" #include "ax25rtd.h" -const char *Version = "ax25rtd $Revision: 1.7 $"; +const char *Version = "ax25rtd $Revision: 1.1 $"; config *Config = NULL; int reload = 0; @@ -74,6 +76,7 @@ ax25_rt_entry * ax25_routes = NULL; int ax25_routes_cnt = 0; int ax25_maxroutes = AX25_MAXROUTES; +char ip_encaps_dev[32] = ""; config *dev_get_config(char *dev) { -- cgit v1.2.3