correct type definition of option routine callback
This commit is contained in:
parent
a74d2fb50e
commit
aa388b9d49
@ -124,7 +124,7 @@ getifgroups(int s)
|
||||
}
|
||||
|
||||
static void
|
||||
printgroup(char *groupname)
|
||||
printgroup(const char *groupname)
|
||||
{
|
||||
struct ifgroupreq ifgr;
|
||||
struct ifg_req *ifg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user