bt_value_copy(): put output parameter as last parameter
[babeltrace.git] / include / babeltrace / values-const.h
index f78915b7b8fecf4a0e64b113abf52e9ceed3cc98..6816d37d1f0a26c44d41dbbdc51b204f257b8a18 100644 (file)
@@ -114,8 +114,8 @@ bt_bool bt_value_is_map(const struct bt_value *object)
        return bt_value_get_type(object) == BT_VALUE_TYPE_MAP;
 }
 
-extern enum bt_value_status bt_value_copy(struct bt_value **copy,
-               const struct bt_value *object);
+extern enum bt_value_status bt_value_copy(const struct bt_value *object,
+               struct bt_value **copy);
 
 extern bt_bool bt_value_compare(const struct bt_value *object_a,
                const struct bt_value *object_b);
This page took 0.022949 seconds and 4 git commands to generate.