diff options
Diffstat (limited to 'src/group-list.h')
-rw-r--r-- | src/group-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group-list.h b/src/group-list.h index 3fac88719..573de1def 100644 --- a/src/group-list.h +++ b/src/group-list.h @@ -16,4 +16,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ bool print_group (gid_t, bool); -bool print_group_list (const char *, uid_t, gid_t, gid_t, bool); +bool print_group_list (const char *, uid_t, gid_t, gid_t, bool, char); |