We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce606fa commit 8caf8c8Copy full SHA for 8caf8c8
hidapi/hidapi.h
@@ -478,7 +478,7 @@ extern "C" {
478
@returns
479
Pointer to statically allocated struct, that contains version.
480
*/
481
- HID_API_EXPORT const struct hid_api_version* HID_API_CALL hid_version();
+ HID_API_EXPORT const struct hid_api_version* HID_API_CALL hid_version(void);
482
483
484
/** @brief Get a runtime version string of the library.
@@ -488,7 +488,7 @@ extern "C" {
488
489
Pointer to statically allocated string, that contains version string.
490
491
- HID_API_EXPORT const char* HID_API_CALL hid_version_str();
+ HID_API_EXPORT const char* HID_API_CALL hid_version_str(void);
492
493
#ifdef __cplusplus
494
}
0 commit comments