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.11
[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 */