config.h 219 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 #ifndef _CONFIG_H_ #define _CONFIG_H_ void clear_remote_config(void); void append_received_config_chunk(char *buf, int length); void load_config_file(char *filename); void verify_config(void); #endif /* _CONFIG_H_ */