1 #ifndef CONFPARSE_H
2 #define CONFPARSE_H
3 
4 #include "defs.h"
5 #include "conf.h"
6 #include "xconfig.h"
7 
8 status_e cnf_get(struct configuration *confp);
9 
10 #endif
11 
12