X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpasswd%2Fnscd.h;h=ae5aa8d5dbfa21613b7cd96055600468b68c6a2c;hb=b60fdf133c033d4ad6b04a8237f253563fae5928;hp=102f0b4b284691a924e858bd633c3b8128371c06;hpb=34b423d2077a4c799d2089068d3bec91fb800256;p=musl diff --git a/src/passwd/nscd.h b/src/passwd/nscd.h index 102f0b4b..ae5aa8d5 100644 --- a/src/passwd/nscd.h +++ b/src/passwd/nscd.h @@ -8,6 +8,7 @@ #define GETPWBYUID 1 #define GETGRBYNAME 2 #define GETGRBYGID 3 +#define GETINITGR 15 #define REQVERSION 0 #define REQTYPE 1 @@ -33,6 +34,11 @@ #define GRMEMCNT 5 #define GR_LEN 6 -FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap); +#define INITGRVERSION 0 +#define INITGRFOUND 1 +#define INITGRNGRPS 2 +#define INITGR_LEN 3 + +hidden FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap); #endif