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