aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-08-03 15:50:10 -0500
committerRob Landley <rob@landley.net>2014-08-03 15:50:10 -0500
commit60c35c486a2ea1c6ea8920c599abf992b27542c5 (patch)
tree611210d5ddfea925cbff5607e4b2e1ec868e5195 /lib/lib.h
parent64038da9fe9eab1fcf7e1fb6c654a6820c6d2064 (diff)
downloadtoybox-60c35c486a2ea1c6ea8920c599abf992b27542c5.tar.gz
Implement exec -user, -group, and -newer. Enable find in defconfig.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 521a8d6b..de5f5470 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -119,6 +119,7 @@ void xchroot(char *path);
struct passwd *xgetpwuid(uid_t uid);
struct group *xgetgrgid(gid_t gid);
struct passwd *xgetpwnam(char *name);
+struct group *xgetgrnam(char *name);
void xsetuser(struct passwd *pwd);
char *xreadlink(char *name);
long xparsetime(char *arg, long units, long *fraction);