summaryrefslogtreecommitdiffstats
path: root/contrib/opie/opie.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-17 00:01:23 +0000
committerkris <kris@FreeBSD.org>2000-04-17 00:01:23 +0000
commit7db2ebc8f6cf6d4a2c07a074416a2422174f0caf (patch)
treea28f47a481d4775f89d4a2e2a012010e6fe89f71 /contrib/opie/opie.h
parentea8dac9966c579703452bbace75b6c5e378dc77a (diff)
downloadFreeBSD-src-7db2ebc8f6cf6d4a2c07a074416a2422174f0caf.zip
FreeBSD-src-7db2ebc8f6cf6d4a2c07a074416a2422174f0caf.tar.gz
Allow applications to disable the installation of the atexit() handler
which cleans up OPIE lockfiles. This is required for pam_opie. Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'contrib/opie/opie.h')
-rw-r--r--contrib/opie/opie.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/opie/opie.h b/contrib/opie/opie.h
index 71db7bd..c41fabf 100644
--- a/contrib/opie/opie.h
+++ b/contrib/opie/opie.h
@@ -93,6 +93,9 @@ void opiehash __P((void *, unsigned));
int opiehtoi __P((register char));
int opiekeycrunch __P((int, char *, char *, char *));
int opielock __P((char *));
+int opieunlock __P((void));
+void opieunlockaeh __P((void));
+void opiedisableaeh __P((void));
int opielookup __P((struct opie *,char *));
int opiepasscheck __P((char *));
void opierandomchallenge __P((char *));
OpenPOWER on IntegriCloud