chiark / gitweb /
site: Deal with losing our MSG6 - retransmit MSG6 when we see MSG5 in RUN
[secnet.git] / conffile.h
1 #ifndef conffile_h
2 #define conffile_h
3
4 #include "secnet.h"
5
6 extern dict_t *read_conffile(const char *conffile);
7
8 #endif /* conffile_h */