Make it compile
This commit is contained in:
parent
dedb360c1a
commit
5bb381fbcc
1 changed files with 2 additions and 2 deletions
4
l2tpns.h
4
l2tpns.h
|
|
@ -1,5 +1,5 @@
|
||||||
// L2TPNS Global Stuff
|
// L2TPNS Global Stuff
|
||||||
// $Id: l2tpns.h,v 1.18 2004/09/19 23:26:46 fred_nerk Exp $
|
// $Id: l2tpns.h,v 1.19 2004/10/04 23:34:07 fred_nerk Exp $
|
||||||
|
|
||||||
#ifndef __L2TPNS_H__
|
#ifndef __L2TPNS_H__
|
||||||
#define __L2TPNS_H__
|
#define __L2TPNS_H__
|
||||||
|
|
@ -456,7 +456,7 @@ struct config_descriptt
|
||||||
char *key;
|
char *key;
|
||||||
int offset;
|
int offset;
|
||||||
int size;
|
int size;
|
||||||
enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP } type;
|
enum { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IP, MAC } type;
|
||||||
};
|
};
|
||||||
|
|
||||||
// arp.c
|
// arp.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue