Support escape characters in metadata strings
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index 3bf2c69005b976ae35548081f3cb153dc76b12db..21010fd4ef5a467be6453ef65459974fa3a73e07 100644 (file)
@@ -49,7 +49,7 @@ struct ctf_ast *ctf_scanner_get_ast(struct ctf_scanner *scanner)
        return scanner->ast;
 }
 
-__attribute__((visibility("protected")))
+BT_HIDDEN
 int is_type(struct ctf_scanner *scanner, const char *id);
 
 #endif /* _CTF_SCANNER_H */
This page took 0.026388 seconds and 4 git commands to generate.