X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;h=8b4dfd518b36657dfdb7b023f20094ae5e6e3494;hb=b7238f7cfdcc67f4c254c03004989156c13c4c15;hp=5218869da8ac492ea722a74ccff23e9a3f4975a8;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/src/common/error.h b/src/common/error.h index 5218869da..8b4dfd518 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 David Goulet + * 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 */