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
@@ -44,7 +44,7 @@ extern "C" {
|
||||
///
|
||||
// Gets the current log level.
|
||||
///
|
||||
CEF_EXPORT int cef_get_min_log_level();
|
||||
CEF_EXPORT int cef_get_min_log_level(void);
|
||||
|
||||
///
|
||||
// Gets the current vlog level for the given file (usually taken from
|
||||
|
Reference in New Issue
Block a user