summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
commit3e8fc1eb02fa41e55aefa2a1b769bf473fe908d5 (patch)
tree594b8eeade5f741a03600cb1ea4ee26d2f5d7afa /pw/pwupd.h
parente1d5f8adaef2987e7e5aadcff9f5cba77e83684c (diff)
parent09c3fc64aeceba152705f8feeb0d4df0413ff5af (diff)
downloadpw-darwin-3e8fc1eb02fa41e55aefa2a1b769bf473fe908d5.tar.gz
pw-darwin-3e8fc1eb02fa41e55aefa2a1b769bf473fe908d5.zip
Merge sync of head
Diffstat (limited to 'pw/pwupd.h')
-rw-r--r--pw/pwupd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index 200ffee..d6e39ce 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -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 */