chiark
/
gitweb
/
~mdw
/
ezmlm
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Debianization and various other fixes.
[ezmlm]
/
getconf.h
1
#ifndef GETCONF_H
2
#define GETCONF_H
3
4
extern int getconf();
5
extern int getconf_line();
6
7
#endif