Changed ocsd_deregister_decoders() to ocsd_deregister_decoders(void) to comply with strict build rules in perf tools.
Signed-off-by: Mike Leach mike.leach@linaro.org --- decoder/include/c_api/opencsd_c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/decoder/include/c_api/opencsd_c_api.h b/decoder/include/c_api/opencsd_c_api.h index 798551b..0fee736 100644 --- a/decoder/include/c_api/opencsd_c_api.h +++ b/decoder/include/c_api/opencsd_c_api.h @@ -403,7 +403,7 @@ OCSD_C_API ocsd_err_t ocsd_register_custom_decoder(const char *name, ocsd_extern
@return ocsd_err_t : Library error code - RCDTL_OK if successful. */ -OCSD_C_API ocsd_err_t ocsd_deregister_decoders(); +OCSD_C_API ocsd_err_t ocsd_deregister_decoders(void);
/** Get a string representation of a custom protocol packet.