Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / version.h
index 20854d539b9be29ef3ef2cc8f69bf546a1b2b432..9afd5d0f6888e8c0899ebe58758f2c8bc61ff2e0 100644 (file)
  * SOFTWARE.
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern int bt_version_get_major(void);
 extern int bt_version_get_minor(void);
 extern int bt_version_get_patch(void);
 extern const char *bt_version_get_extra(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* BABELTRACE_VERSION_H */
This page took 0.023083 seconds and 4 git commands to generate.