aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-16 19:41:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-16 19:41:00 +0000
commit3d72e3fac13dcefaf5498a8f83c843b7d2a350a0 (patch)
treedf42ce195c1489e487591015a90fd256d2980253 /src
parent982c705111c665158dbde09dfcff87ef7dab906d (diff)
downloadanubis-3d72e3fac13dcefaf5498a8f83c843b7d2a350a0.tar.gz
anubis-3d72e3fac13dcefaf5498a8f83c843b7d2a350a0.tar.bz2
(anon_token,authorization_id,authentication_id)
(auth_password,auth_service,auth_hostname,generic_service_name) (auth_passcode,auth_realm): New variables.
Diffstat (limited to 'src')
-rw-r--r--src/extern.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/extern.h b/src/extern.h
index b8eebc0..0ad424b 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -100,4 +100,14 @@ extern int pam_retval;
extern ANUBIS_MODE anubis_mode;
+extern char *anon_token;
+extern char *authorization_id;
+extern char *authentication_id;
+extern char *auth_password;
+extern char *auth_service;
+extern char *auth_hostname;
+extern char *generic_service_name;
+extern char *auth_passcode;
+extern char *auth_realm;
+
/* EOF */

Return to:

Send suggestions and report system problems to the System administrator.