cleanup: protected -> hidden: cleanup symbol table
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index 3bf2c69005b976ae35548081f3cb153dc76b12db..d5650d0a703e7fb39fb77fbf54079243351895dc 100644 (file)
@@ -49,7 +49,7 @@ struct ctf_ast *ctf_scanner_get_ast(struct ctf_scanner *scanner)
        return scanner->ast;
 }
 
-__attribute__((visibility("protected")))
+__attribute__((visibility("hidden")))
 int is_type(struct ctf_scanner *scanner, const char *id);
 
 #endif /* _CTF_SCANNER_H */
This page took 0.023136 seconds and 4 git commands to generate.