opnsense-src/sys/netlink
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
..
route netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
netlink.h
netlink_ctl.h
netlink_debug.h
netlink_domain.c netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
netlink_generic.c netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
netlink_generic.h
netlink_io.c netlink: Fix build without VIMAGE 2022-10-01 21:41:54 -04:00
netlink_linux.h
netlink_message_parser.c
netlink_message_parser.h netlink: fix build without INVARIANTS 2022-10-01 21:20:50 +00:00
netlink_message_writer.c
netlink_message_writer.h
netlink_module.c netlink: Fix build without VIMAGE 2022-10-01 21:41:54 -04:00
netlink_route.c netlink: Fix build without VIMAGE 2022-10-01 21:41:54 -04:00
netlink_route.h
netlink_var.h