diff options
author | des <des@FreeBSD.org> | 2002-04-14 18:28:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-14 18:28:22 +0000 |
commit | 3928c97d18145ce51c22cd530ae9f353b88f85eb (patch) | |
tree | d8361aa94c01d745b7e3ff0f65d6b71e5425c644 /contrib/openpam/lib/openpam_impl.h | |
parent | 38971df82a9b331625c18dbb591759be82a43bcf (diff) | |
download | FreeBSD-src-3928c97d18145ce51c22cd530ae9f353b88f85eb.zip FreeBSD-src-3928c97d18145ce51c22cd530ae9f353b88f85eb.tar.gz |
Vendor import of OpenPAM Cineraria.
Diffstat (limited to 'contrib/openpam/lib/openpam_impl.h')
-rw-r--r-- | contrib/openpam/lib/openpam_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_impl.h b/contrib/openpam/lib/openpam_impl.h index a9b011e..1fc0184 100644 --- a/contrib/openpam/lib/openpam_impl.h +++ b/contrib/openpam/lib/openpam_impl.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_impl.h#12 $ + * $P4: //depot/projects/openpam/lib/openpam_impl.h#13 $ */ #ifndef _OPENPAM_IMPL_H_INCLUDED @@ -105,6 +105,7 @@ struct pam_saved_cred { #define PAM_OTHER "other" +int openpam_configure(pam_handle_t *, const char *); int openpam_dispatch(pam_handle_t *, int, int); int openpam_findenv(pam_handle_t *, const char *, size_t); int openpam_add_module(pam_handle_t *, int, int, |