Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tsm41 / aix_ident_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_IDENT_PROTOTYPES_H
11 #define _AFS_TSM41_AIX_IDENT_PROTOTYPES_H
12
13 extern int afs_getgrset(char *userName);
14 extern struct group * afs_getgrgid(int id);
15 extern struct group * afs_getgrnam(char *name);
16 extern struct passwd * afs_getpwnam(char *user);
17 extern int afs_getpwnam(int id);
18 extern int afs_getpwuid(char *name);
19
20 #endif /* _AFS_TSM41_AIX_IDENT_PROTOTYPES_H */