chiark
/
gitweb
/
~mdw
/
secnet
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Import release 0.1.14
[secnet]
/
conffile.h
1
#ifndef conffile_h
2
#define conffile_h
3
4
#include "secnet.h"
5
6
extern dict_t *read_conffile(char *conffile);
7
8
#endif /* conffile_h */