summaryrefslogtreecommitdiffstats
path: root/pw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-29 10:07:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-29 10:07:20 +0000
commitb76f48320c5b5f6d44afab6e67b2da6c8f77c08b (patch)
tree66071e862c47ddc49d5e8f833518e21f523cdd53 /pw
parent9450d093eacc6a58d124997fb60de631275447b1 (diff)
downloadpw-darwin-b76f48320c5b5f6d44afab6e67b2da6c8f77c08b.tar.gz
pw-darwin-b76f48320c5b5f6d44afab6e67b2da6c8f77c08b.tar.zst
pw-darwin-b76f48320c5b5f6d44afab6e67b2da6c8f77c08b.zip
Remove dead declaration
PR: 195928 MFC after: 2 days
Diffstat (limited to 'pw')
-rw-r--r--pw/pwupd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index d6e39ce..1d13511 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -93,7 +93,6 @@ char * getpwpath(char const * file);
int addgrent(struct group * grp);
int delgrent(struct group * grp);
int chggrent(char const * name, struct group * grp);
-int editgroups(char *name, char **groups);
int setgrdir(const char * dir);
char * getgrpath(const char *file);