Import release 0.03
[secnet] / conffile.h
1 /*
2 * $Log$
3 */
4
5 #ifndef conffile_h
6 #define conffile_h
7
8 #include "secnet.h"
9
10 extern dict_t *read_conffile(char *conffile);
11
12 #endif /* conffile_h */