X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmgetgroups.h;h=7a572bc2f7844a24237960a04d6d5a4d08376117;hb=4fe68d4176b4f0da64660bb9ce0f5412a6bb24de;hp=4868d2881586b093026e45c43e1071303b22c1db;hpb=3e035a5d686888e5eba0b622dac459b65cdd99d3;p=gnulib.git diff --git a/lib/mgetgroups.h b/lib/mgetgroups.h index 4868d2881..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,4 +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