summaryrefslogtreecommitdiff
path: root/serverservice.h
diff options
context:
space:
mode:
authorroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2002-04-23 14:59:40 +0000
committerroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2002-04-23 14:59:40 +0000
commite0b66af7a4fdd9da294e02fad21284d4d8e75bd9 (patch)
tree392667eb61bbbf5659f60f82a263e93271c0cd88 /serverservice.h
parentf056a7ac9c0fa541d59aa284776d10da5bb6e30e (diff)
started work on full smtp
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@483 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'serverservice.h')
-rw-r--r--serverservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverservice.h b/serverservice.h
index 408078bd..309ad0e6 100644
--- a/serverservice.h
+++ b/serverservice.h
@@ -34,7 +34,7 @@ typedef struct
int SS_MakeServerSock(const char *ipaddr, const char *port, int default_children, int max_children,
- int timeout);
+ int timeout, const char *timeout_msg);
int SS_WaitAndProcess(int sock, int default_children, int max_children, int daemonize,
int max_connects,
int (*ClientHandler)(ClientInfo*), int (*Login)(ClientInfo*),