Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / error.h
index 5218869da8ac492ea722a74ccff23e9a3f4975a8..8b4dfd518b36657dfdb7b023f20094ae5e6e3494 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -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 */
This page took 0.023715 seconds and 4 git commands to generate.