diff options
Diffstat (limited to 'src/rcpthosts.c')
-rw-r--r-- | src/rcpthosts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rcpthosts.c b/src/rcpthosts.c index 2242249..d4a5c27 100644 --- a/src/rcpthosts.c +++ b/src/rcpthosts.c @@ -19,7 +19,7 @@ static int fdmrh; static struct cdb cdb; -int rcpthosts_init() +int rcpthosts_init(void) { flagrh = control_readfile(&rh,"control/rcpthosts",0); if (flagrh != 1) return flagrh; @@ -32,7 +32,7 @@ int rcpthosts_init() static stralloc host = {0}; -int rcpthosts(char *buf, int len) +int rcpthosts(char *buf,int len) { int j; int r; |