Deleted Added
full compact
pam_appl.h (91094) pam_appl.h (91097)
1/*-
2 * Copyright (c) 2002 Networks Associates Technologies, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by ThinkSec AS and
6 * NAI Labs, the Security Research Division of Network Associates, Inc.
7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8 * DARPA CHATS research program.

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

66
67int
68pam_end(pam_handle_t *_pamh,
69 int _status);
70
71int
72pam_get_data(pam_handle_t *_pamh,
73 const char *_module_data_name,
1/*-
2 * Copyright (c) 2002 Networks Associates Technologies, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by ThinkSec AS and
6 * NAI Labs, the Security Research Division of Network Associates, Inc.
7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8 * DARPA CHATS research program.

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

66
67int
68pam_end(pam_handle_t *_pamh,
69 int _status);
70
71int
72pam_get_data(pam_handle_t *_pamh,
73 const char *_module_data_name,
74 void **_data);
74 const void **_data);
75
76int
77pam_get_item(pam_handle_t *_pamh,
78 int _item_type,
79 const void **_item);
80
81int
82pam_get_user(pam_handle_t *_pamh,

--- 98 unchanged lines hidden ---
75
76int
77pam_get_item(pam_handle_t *_pamh,
78 int _item_type,
79 const void **_item);
80
81int
82pam_get_user(pam_handle_t *_pamh,

--- 98 unchanged lines hidden ---