Update include/ files for strict C function prototypes

This commit is contained in:
Sergey Markelov
2022-02-17 12:53:36 -05:00
committed by Marshall Greenblatt
parent 8bfcbeaf48
commit 758022006a
10 changed files with 16 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ int cef_load_library(const char* path);
// Unload the CEF library that was previously loaded. Returns true (1)
// on success and false (0) on failure.
///
int cef_unload_library();
int cef_unload_library(void);
#ifdef __cplusplus
}