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