X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fgrp.h;h=b331d3264c0f1eb4a9844d8a54e4143e514d9609;hp=8e2e1f20302cb90b3caaa791e0c8c43a1ade379c;hb=ddfb267b0e72499f6022981733264a063ec881f0;hpb=771c6cead0684487a0699750ff740e3d3894200a diff --git a/include/grp.h b/include/grp.h index 8e2e1f20..b331d326 100644 --- a/include/grp.h +++ b/include/grp.h @@ -36,6 +36,7 @@ void setgrent(void); #ifdef _GNU_SOURCE struct group *fgetgrent(FILE *stream); +int putgrent(const struct group *, FILE *); #endif #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)