lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / version.h
index 20854d539b9be29ef3ef2cc8f69bf546a1b2b432..7fed407a92c6a27b0a57efc21897e3c03a2e06df 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE_VERSION_H
 
 /*
- * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
+ * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * 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.023979 seconds and 4 git commands to generate.