summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-05-28 17:06:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-05-28 17:06:50 +0000
commit45c15aa01fd76d96e6e3f65c7250ea9f2de7fb57 (patch)
tree6c44962b66297a39a82c519c68b06d6281586ced /pw/pwupd.h
parent93ae7946aadb01fb82fbc9c29e469826848f9523 (diff)
parent9450d093eacc6a58d124997fb60de631275447b1 (diff)
downloadpw-darwin-45c15aa01fd76d96e6e3f65c7250ea9f2de7fb57.tar.gz
pw-darwin-45c15aa01fd76d96e6e3f65c7250ea9f2de7fb57.zip
MFH: r282615-r283655
Sponsored by: The FreeBSD Foundation
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 */