X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;h=33a299c4e4952e3882bdbc457e0bd55c042982bc;hp=5218869da8ac492ea722a74ccff23e9a3f4975a8;hb=7ca172c15891d4ff3f711dcc05f991fd2c094bc7;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a diff --git a/src/common/error.h b/src/common/error.h index 5218869da..33a299c4e 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -224,6 +224,6 @@ const char *error_get_str(int32_t code); * the caller. On error, an empty string is returned thus no time will be * printed in the log. */ -const char *log_add_time(); +const char *log_add_time(void); #endif /* _ERROR_H */