Fix: common: add `void` parameter to log_add_time declaration
[lttng-tools.git] / src / common / error.h
index 3fe742c02fe97bf85b792d989e7ab3e02352c1f2..d40145237c68e525889a277e06c3c466c6f8033d 100644 (file)
@@ -234,6 +234,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 */
This page took 0.023433 seconds and 4 git commands to generate.