X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmgetgroups.h;h=7a572bc2f7844a24237960a04d6d5a4d08376117;hb=5e117d03ff9c6ca545f1e8be91c92cfcca605e37;hp=909d84c645aa29d6aaceaff45e277e0c722109af;hpb=8c4c7e9f211d2d5ed1099ca21b049f6ed567e678;p=gnulib.git diff --git a/lib/mgetgroups.h b/lib/mgetgroups.h index 909d84c64..7a572bc2f 100644 --- a/lib/mgetgroups.h +++ b/lib/mgetgroups.h @@ -1,5 +1,5 @@ /* Get a list of all group IDs associated with a specified user ID. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,3 +17,6 @@ #include int mgetgroups (const char *username, gid_t gid, gid_t **groups); +#if GNULIB_XGETGROUPS +int xgetgroups (const char *username, gid_t gid, gid_t **groups); +#endif