summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
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
commit5072ef108f3befb866c08ae706c33db202bf3c88 (patch)
treecf3dcfbb8246db59cb0ad75c5af066538aebbb2c /pw/pwupd.h
parent31af648934ea1701d783359919da4009225e7477 (diff)
downloadpw-darwin-5072ef108f3befb866c08ae706c33db202bf3c88.tar.gz
pw-darwin-5072ef108f3befb866c08ae706c33db202bf3c88.tar.zst
pw-darwin-5072ef108f3befb866c08ae706c33db202bf3c88.zip
Remove dead declaration
PR: 195928 MFC after: 2 days
Diffstat (limited to 'pw/pwupd.h')
-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);