bump for release 1.0.29
[uclibc-ng.git] / libc / pwd_grp / getgrent.c
blob5b03b31a063cdbd2a8736a685dc6eb980e145ccd
1 /*
2 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #define GETXXKEY_FUNC getgrent
8 #define GETXXKEY_ENTTYPE struct group
9 #define GETXXKEY_ADD_PARAMS void
10 #define GETXXKEY_BUFLEN __UCLIBC_GRP_BUFFER_SIZE__
11 #include "pwd_grp.c"