]> granicus.if.org Git - shadow/blob - lib/pwio.h
updated to 360t71f. Thanks to Leandro Azevedo <leorock182@gmail.com>.
[shadow] / lib / pwio.h
1 #include <pwd.h>
2 extern int pw_close (void);
3 extern const struct passwd *pw_locate (const char *);
4 extern const struct passwd *pw_locate_uid (uid_t uid);
5 extern int pw_lock (void);
6 extern int pw_name (const char *);
7 extern const struct passwd *pw_next (void);
8 extern int pw_open (int);
9 extern int pw_remove (const char *);
10 extern int pw_rewind (void);
11 extern int pw_unlock (void);
12 extern int pw_update (const struct passwd *);
13 extern int pw_sort (void);