lib: strictly type function return status enumerations
[babeltrace.git] / src / lib / value.h
index aa7418814ecbf945d7437acab287ebec0a0c6fb9..9a6355e9cad8f2e1adff16a38a3f02aeb2093c18 100644 (file)
@@ -28,6 +28,7 @@
 #include <babeltrace2/value-const.h>
 #include <babeltrace2/types.h>
 #include <glib.h>
+#include "common/macros.h"
 
 struct bt_value {
        struct bt_object base;
@@ -69,7 +70,7 @@ struct bt_value_map {
 };
 
 BT_HIDDEN
-enum bt_value_status _bt_value_freeze(const struct bt_value *object);
+void _bt_value_freeze(const struct bt_value *object);
 
 #ifdef BT_DEV_MODE
 # define bt_value_freeze       _bt_value_freeze
This page took 0.024305 seconds and 4 git commands to generate.