freebsd-dev/sys/netlink/route
Ed Maste 43d0c2ddd2 netlink: use (void) for function definitions with no arguments
For some of these Clang produced a warning that "a function declaration
without a prototype is deprecated in all versions of C".  In other cases
the function defintion used () which did not match the header
declaration, which used (void).

Sponsored by:	The FreeBSD Foundation
2022-10-27 11:14:00 -04:00
..
common.h
iface_drivers.c
iface.c netlink: make it working without INET6 2022-10-04 14:39:49 -07:00
ifaddrs.h
interface.h
neigh.c netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
neigh.h
nexthop.c netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
nexthop.h
route_var.h
route.c netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
route.h