summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-02-19 17:02:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-02-19 17:02:04 +0000
commit32d4508ec01921a7d4b1f56dbc4f748622fe8fb3 (patch)
tree5316a4754644ef3ddeb6b65255570ce9c83bd47f /lib
parent12aa4650eb799a3866fb3895211b630bbf2247e5 (diff)
downloadmailutils-32d4508ec01921a7d4b1f56dbc4f748622fe8fb3.tar.gz
mailutils-32d4508ec01921a7d4b1f56dbc4f748622fe8fb3.tar.bz2
Added extern for pam_service.
Diffstat (limited to 'lib')
-rw-r--r--lib/mu_argp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/mu_argp.h b/lib/mu_argp.h
index 14d96b7a3..758905d5f 100644
--- a/lib/mu_argp.h
+++ b/lib/mu_argp.h
@@ -10,7 +10,9 @@ struct daemon_param {
unsigned int timeout;
};
-
+#ifdef USE_LIBPAM
+extern char *pam_service;
+#endif
extern char *maildir;
extern int log_facility;
extern struct argp_child mu_common_argp_child[];

Return to:

Send suggestions and report system problems to the System administrator.