Replace getCapabilities() with getCapabilities(void)

The latter means no args, the former means any args.
This commit is contained in:
Johan Wikman
2016-10-21 20:59:30 +03:00
parent 59a4152d8a
commit db2cccbd8f
26 changed files with 47 additions and 48 deletions

View File

@ -83,7 +83,7 @@ typedef struct router_object
DCB* backend_dcb,
error_action_t action,
bool* succp);
uint64_t (*getCapabilities)();
uint64_t (*getCapabilities)(void);
} ROUTER_OBJECT;
/**