secgateway/Platform/user/configm/config-server/include/parsefile.h

11 lines
245 B
C

#ifndef PARSEFILE_H_
#define PARSEFILE_H_
#define IFCONFIG_PATH "/etc/network/interfaces"
#define IF_BUFF_LEN 64
void set_if_config(char *if_name, char *conf_name, char *conf_buff);
void del_if_config(char *if_name, char *conf_buff);
#endif