add const to parameters
This commit is contained in:
@@ -18,8 +18,8 @@ void erc1155_plugin_call(int message, void* parameters);
|
||||
|
||||
// Get the value from the beginning of the parameter (right to left) and check if the rest of it is
|
||||
// zero
|
||||
bool U2BE_from_parameter(uint8_t* parameter, uint16_t* value);
|
||||
bool U4BE_from_parameter(uint8_t* parameter, uint32_t* value);
|
||||
bool U2BE_from_parameter(const uint8_t* parameter, uint16_t* value);
|
||||
bool U4BE_from_parameter(const uint8_t* parameter, uint32_t* value);
|
||||
|
||||
typedef bool (*PluginAvailableCheck)(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user