summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-02-27 11:55:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-02-27 11:55:02 +0000
commit6575dfdb8cc2fa45f2840d62a82c89c93bf709ef (patch)
treea1f8726aa06a47bbc838e45036f230f9571d026a /lib
parent84de61a48d89a05c13e7f5e6056246d08de8112b (diff)
downloadmailutils-6575dfdb8cc2fa45f2840d62a82c89c93bf709ef.tar.gz
mailutils-6575dfdb8cc2fa45f2840d62a82c89c93bf709ef.tar.bz2
Removed extern char *maildir.
Diffstat (limited to 'lib')
-rw-r--r--lib/mu_argp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mu_argp.h b/lib/mu_argp.h
index 2fef8caaa..d74f354db 100644
--- a/lib/mu_argp.h
+++ b/lib/mu_argp.h
@@ -1,3 +1,4 @@
+#include <mailutils/mailbox.h>
#include <argp.h>
#define MODE_INTERACTIVE 0
@@ -13,7 +14,6 @@ struct daemon_param {
#ifdef USE_LIBPAM
extern char *pam_service;
#endif
-extern char *maildir;
extern int log_facility;
extern int mu_argp_error_code;
extern struct argp_child mu_common_argp_child[];

Return to:

Send suggestions and report system problems to the System administrator.