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 cb4d480eb..f88861810 100644 --- a/src/group-list.h +++ b/src/group-list.h @@ -16,4 +16,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ bool print_group (gid_t, bool); -bool print_group_list (const char *, uid_t, gid_t, gid_t, bool, char); +bool print_group_list (char const *, uid_t, gid_t, gid_t, bool, char); |
