chiark / gitweb /
Import release 0.1.0
[secnet.git] / 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 */