Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tsm41 / aix_auth_prototypes.h
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10 #ifndef _AFS_TSM41_AIX_AUTH_PROTOTYPES_H
11 #define _AFS_TSM41_AIX_AUTH_PROTOTYPES_H
12
13 extern int afs_authenticate(char *userName,
14 char *response,
15 int *reenter,
16 char **message);
17 extern int afs_chpass(char *userName, char *oldPasswd,
18 char *newPasswd, char **message);
19 extern int afs_passwdexpired(char *userName, char **message);
20 extern int afs_passwdrestrictions(char *userName, char *newPasswd,
21 char *oldPasswd, char ** message);
22 extern char * afs_getpasswd(char * userName);
23 extern void aix_ktc_setup_ticket_file(char * userName);
24
25 #endif /* _AFS_TSM41_AIX_AUTH_PROTOTYPES_H */