Update.
[platform/upstream/glibc.git] / include / shadow.h
1 #ifndef _SHADOW_H
2 #include <shadow/shadow.h>
3
4 /* Now define the internal interfaces.  */
5 extern int __getspent_r __P ((struct spwd *__result_buf, char *__buffer,
6                               size_t __buflen, struct spwd **__result));
7 extern int __getspnam_r __P ((__const char *__name, struct spwd *__result_buf,
8                               char *__buffer, size_t __buflen,
9                               struct spwd **__result));
10 extern int __sgetspent_r __P ((__const char *__string,
11                                struct spwd *__result_buf, char *__buffer,
12                                size_t __buflen, struct spwd **__result));
13 extern int __fgetspent_r __P ((FILE *__stream, struct spwd *__result_buf,
14                                char *__buffer, size_t __buflen,
15                                struct spwd **__result));
16 extern int __lckpwdf __P ((void));
17 extern int __ulckpwdf __P ((void));
18 #endif