Remove extendline definition

Remove now unused PWBUFSZ define
This commit is contained in:
bapt 2015-05-10 11:24:16 +00:00
parent 6097f34be5
commit 0659e9b5d2

View File

@ -112,10 +112,7 @@ void vendgrent(void);
void copymkdir(char const * dir, char const * skel, mode_t mode, uid_t uid, gid_t gid);
void rm_r(char const * dir, uid_t uid);
int extendline(char **buf, int *buflen, int needed);
int extendarray(char ***buf, int *buflen, int needed);
__END_DECLS
#define PWBUFSZ 1024
#endif /* !_PWUPD_H */