summaryrefslogtreecommitdiff
path: root/pop3d/pop3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/pop3d.h')
-rw-r--r--pop3d/pop3d.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/pop3d/pop3d.h b/pop3d/pop3d.h
index a34a9a76d..ab07b8ad6 100644
--- a/pop3d/pop3d.h
+++ b/pop3d/pop3d.h
@@ -117,6 +117,8 @@
#include <mailutils/error.h>
#include <mailutils/mutil.h>
+#include <mu_argp.h>
+
/* For Berkley DB2 APOP password file */
#ifdef HAVE_DB_H
#include <db.h>
@@ -141,9 +143,6 @@
#define TRANSACTION 1
#define UPDATE 2
-#define INTERACTIVE 0
-#define DAEMON 1
-
#define OK 0
#define ERR_WRONG_STATE 1
#define ERR_BAD_ARGS 2
@@ -171,7 +170,6 @@
#endif /* __P */
extern mailbox_t mbox;
-extern unsigned int timeout;
extern int state;
extern char *username;
extern char *maildir;
@@ -179,6 +177,7 @@ extern FILE *ifile;
extern FILE *ofile;
extern char *md5shared;
extern volatile size_t children;
+extern struct daemon_param daemon_param;
extern int pop3d_abquit __P ((int));
extern int pop3d_apop __P ((const char *));

Return to:

Send suggestions and report system problems to the System administrator.