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