summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-10 11:24:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-10 11:24:16 +0000
commit31af648934ea1701d783359919da4009225e7477 (patch)
treeee314314235f2fe2e66ed8f20b09d1405648d854 /pw/pwupd.h
parent8aa579e00eb2cffda16e2948aada76ed913dc387 (diff)
downloadpw-darwin-31af648934ea1701d783359919da4009225e7477.tar.gz
pw-darwin-31af648934ea1701d783359919da4009225e7477.tar.zst
pw-darwin-31af648934ea1701d783359919da4009225e7477.zip
Remove extendline definition
Remove now unused PWBUFSZ define
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 */