android_system_core/liblog/include/log
Ian Elliott 58e06c5f94 Use void instead of no parameters in 2 function declarations.
In compiling some code with a picky "Android.mk" file, it is not happy
with a function declaration that looks like:

    void foo();

It requires:

    void foo(void);

This commit changes that for 2 functions in "log.h".

Test: Build both Android and the code with a picky "Android.mk".
Change-Id: Icd624df34db57e642fe6b1c7da77be9b05936936
2017-07-07 16:11:32 -06:00
..
event_tag_map.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log.h Use void instead of no parameters in 2 function declarations. 2017-07-07 16:11:32 -06:00
log_event_list.h liblog: add bool to android_log_event_list 2017-06-05 07:50:13 -07:00
log_id.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_main.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_properties.h libcutils: compile with BOARD_VNDK_VERSION current 2017-04-17 14:44:17 -07:00
log_radio.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_read.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_safetynet.h liblog: __android_log_error_write in vndk 2017-05-01 14:40:55 +00:00
log_system.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_time.h liblog: log_time add usec() and msec() 2017-04-19 09:18:40 -07:00
log_transport.h liblog: replace "frontend" with "transport" 2017-03-09 09:36:34 -08:00
logd.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
logger.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
logprint.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
uio.h liblog: specify clang format 2017-03-09 09:36:19 -08:00