config.h (266B)
1 #ifndef __PMLAG_DAEMON_ROUTER_CONFIG_H__ 2 #define __PMLAG_DAEMON_ROUTER_CONFIG_H__ 3 4 #include <stdio.h> 5 6 #include "finwo/cnfparse.h" 7 8 struct cnf_directive * cfg_parse_router(FILE *fd, struct cnf_directive *dir, void *user); 9 10 #endif // __PMLAG_DAEMON_ROUTER_CONFIG_H__