namespace definition_ref and definition_unref
[babeltrace.git] / types / types.c
index 5bb051f5bf1b0f593162a3f6e8fe727d05be2e28..a6c8abe6e2c5ce642090118ef6cbc99b516b87d7 100644 (file)
@@ -292,12 +292,12 @@ void bt_declaration_unref(struct declaration *declaration)
                declaration->declaration_free(declaration);
 }
 
-void definition_ref(struct definition *definition)
+void bt_definition_ref(struct definition *definition)
 {
        definition->ref++;
 }
 
-void definition_unref(struct definition *definition)
+void bt_definition_unref(struct definition *definition)
 {
        if (!definition)
                return;
This page took 0.022466 seconds and 4 git commands to generate.