]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Remove dead declaration
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 29 May 2015 10:07:20 +0000 (10:07 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 29 May 2015 10:07:20 +0000 (10:07 +0000)
PR: 195928
MFC after: 2 days

pw/pwupd.h

index d6e39ce99b0ed52d84b4661976a4d7abab15f1e6..1d135117bc562ecc1da6e9a96f95f7515217f768 100644 (file)
@@ -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);