X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Ftypes.c;fp=types%2Ftypes.c;h=a6c8abe6e2c5ce642090118ef6cbc99b516b87d7;hp=5bb051f5bf1b0f593162a3f6e8fe727d05be2e28;hb=13fad8b6d8ad53a55baca25234a0c59aeff83a3b;hpb=e6b4b4f489f66decb680245a13e9e53abfe62ede diff --git a/types/types.c b/types/types.c index 5bb051f5..a6c8abe6 100644 --- a/types/types.c +++ b/types/types.c @@ -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;