Deleted Added
full compact
pam_appl.h (174833) pam_appl.h (205441)
1/*-
2 * Copyright (c) 2002-2003 Networks Associates Technology, Inc.
3 * Copyright (c) 2004-2007 Dag-Erling Sm��rgrav
4 * All rights reserved.
5 *
6 * This software was developed for the FreeBSD Project by ThinkSec AS and
7 * Network Associates Laboratories, the Security Research Division of
8 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035

--- 58 unchanged lines hidden (view full) ---

67
68int
69pam_close_session(pam_handle_t *_pamh,
70 int _flags)
71 OPENPAM_NONNULL((1));
72
73int
74pam_end(pam_handle_t *_pamh,
1/*-
2 * Copyright (c) 2002-2003 Networks Associates Technology, Inc.
3 * Copyright (c) 2004-2007 Dag-Erling Sm��rgrav
4 * All rights reserved.
5 *
6 * This software was developed for the FreeBSD Project by ThinkSec AS and
7 * Network Associates Laboratories, the Security Research Division of
8 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035

--- 58 unchanged lines hidden (view full) ---

67
68int
69pam_close_session(pam_handle_t *_pamh,
70 int _flags)
71 OPENPAM_NONNULL((1));
72
73int
74pam_end(pam_handle_t *_pamh,
75 int _status)
76 OPENPAM_NONNULL((1));
75 int _status);
77
78int
79pam_get_data(const pam_handle_t *_pamh,
80 const char *_module_data_name,
81 const void **_data)
82 OPENPAM_NONNULL((1,2,3));
83
84int

--- 114 unchanged lines hidden ---
76
77int
78pam_get_data(const pam_handle_t *_pamh,
79 const char *_module_data_name,
80 const void **_data)
81 OPENPAM_NONNULL((1,2,3));
82
83int

--- 114 unchanged lines hidden ---