zyxel-revert/configdata.h

17 lines
267 B
C
Raw Normal View History

2007-04-30 16:35:22 +02:00
#ifndef _CONFIGDATA_H_
#define _CONFIGDATA_H_
enum {
CFG_LOCATION = 0x0001,
CFG_SYSNAME,
CFG_CONTACT,
CFG_DEFAULTGW,
CFG_IPADDRESS,
CFG_NETMASK,
CFG_NAMESERVER,
};
int config_patch(void *config, int code, const char *parameter);
#endif /* _CONFIGDATA_H_ */