From d73cbd31a295ac757e59f129f162d9cd69440224 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 21 Jul 2008 14:41:33 +0000 Subject: - first pass to unify/cleanup uid handling (-236b) This needs further love, alot of love.. Tito? --- include/libbb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 4e4e379..4b2a839 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -691,6 +691,8 @@ struct bb_uidgid_t { }; /* always sets uid and gid */ int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok) FAST_FUNC; +/* always sets uid and gid, allows numeric; exits on failure */ +void xget_uidgid(struct bb_uidgid_t*, const char*) FAST_FUNC; /* chown-like handling of "user[:[group]" */ void parse_chown_usergroup_or_die(struct bb_uidgid_t *u, char *user_group) FAST_FUNC; /* bb_getpwuid, bb_getgrgid: -- cgit v1.1