Visibility hidden by default
[babeltrace.git] / src / ctf-writer / object.c
index ff71e79cd66cc1ecac27bd8a00f27075266de68b..cf4e3f082d2acdd4346e3f5c49e1d8d1385c7adb 100644 (file)
@@ -7,6 +7,7 @@
 #include "object.h"
 #include <babeltrace2-ctf-writer/object.h>
 
+BT_EXPORT
 void *bt_ctf_object_get_ref(void *obj)
 {
        if (G_UNLIKELY(!obj)) {
@@ -19,6 +20,7 @@ end:
        return obj;
 }
 
+BT_EXPORT
 void bt_ctf_object_put_ref(void *obj)
 {
        if (G_UNLIKELY(!obj)) {
This page took 0.023907 seconds and 4 git commands to generate.