[svn-upgrade] Integrating new upstream version, shadow (20000826)
This commit is contained in:
@@ -1,13 +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 *));
|
||||
extern struct spwd *__spw_dup(const struct spwd *);
|
||||
extern void __spw_set_changed(void);
|
||||
extern int spw_close(void);
|
||||
extern int spw_file_present(void);
|
||||
extern const struct spwd *spw_locate(const char *);
|
||||
extern int spw_lock(void);
|
||||
extern int spw_name(const char *);
|
||||
extern const struct spwd *spw_next(void);
|
||||
extern int spw_open(int);
|
||||
extern int spw_remove(const char *);
|
||||
extern int spw_rewind(void);
|
||||
extern int spw_unlock(void);
|
||||
extern int spw_update(const struct spwd *);
|
||||
|
||||
Reference in New Issue
Block a user