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

@@ -46,7 +46,7 @@ typedef void* cef_string_list_t;
///
// Allocate a new string map.
///
CEF_EXPORT cef_string_list_t cef_string_list_alloc();
CEF_EXPORT cef_string_list_t cef_string_list_alloc(void);
///
// Return the number of elements in the string list.