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