[svn-upgrade] Integrating new upstream version, shadow (19990709)
This commit is contained in:
13
lib/shadowio.h
Normal file
13
lib/shadowio.h
Normal file
@@ -0,0 +1,13 @@
|
||||
extern struct spwd *__spw_dup P_((const struct spwd *));
|
||||
extern void __spw_set_changed P_((void));
|
||||
extern int spw_close P_((void));
|
||||
extern int spw_file_present P_((void));
|
||||
extern const struct spwd *spw_locate P_((const char *));
|
||||
extern int spw_lock P_((void));
|
||||
extern int spw_name P_((const char *));
|
||||
extern const struct spwd *spw_next P_((void));
|
||||
extern int spw_open P_((int));
|
||||
extern int spw_remove P_((const char *));
|
||||
extern int spw_rewind P_((void));
|
||||
extern int spw_unlock P_((void));
|
||||
extern int spw_update P_((const struct spwd *));
|
Reference in New Issue
Block a user