cpfsyslog/src/config.h

10 lines
135 B
C
Raw Normal View History

2018-07-19 21:09:51 -07:00
struct config {
char* url;
int port;
};
struct config* config_load(char* conf_path);
void config_free(struct config* conf);