X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fspawn-viewer.h;h=4c2fe0252824b30afcfa3404cf30534c8eb6d851;hb=c922647daed3dd022be11980063b5fb816d8c091;hp=dc7b7bbcbb0340484c434d8aaa5f77add805bb1c;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git diff --git a/src/common/spawn-viewer.h b/src/common/spawn-viewer.h index dc7b7bbcb..4c2fe0252 100644 --- a/src/common/spawn-viewer.h +++ b/src/common/spawn-viewer.h @@ -4,17 +4,13 @@ /* * Copyright (C) 2020 Francis Deslauriers * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ #include #include -#if defined(__cplusplus) -extern "C" { -#endif - /* * Read the trace by `exec()ing` the provided viewer program if any. If * `opt_viewer` is NULL, try to read the trace with the default trace reader. @@ -25,10 +21,7 @@ extern "C" { * This symbol was mistakenly made public before the 2.12 release. It can't * be removed (but it can be stubbed-out if necessary). */ -LTTNG_EXPORT int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); - -#if defined(__cplusplus) -} -#endif +extern "C" LTTNG_EXPORT +int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); #endif /* ifndef LTTNG_SPAWN_VIEWER_H */