From 7db2ebc8f6cf6d4a2c07a074416a2422174f0caf Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 17 Apr 2000 00:01:23 +0000 Subject: 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 --- contrib/opie/opie.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/opie/opie.h') 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 *)); -- cgit v1.1