mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update include/ files for strict C function prototypes
This commit is contained in:
committed by
Marshall Greenblatt
parent
8bfcbeaf48
commit
758022006a
@ -47,7 +47,7 @@ typedef void* cef_string_multimap_t;
|
||||
///
|
||||
// Allocate a new string multimap.
|
||||
///
|
||||
CEF_EXPORT cef_string_multimap_t cef_string_multimap_alloc();
|
||||
CEF_EXPORT cef_string_multimap_t cef_string_multimap_alloc(void);
|
||||
|
||||
///
|
||||
// Return the number of elements in the string multimap.
|
||||
|
Reference in New Issue
Block a user