Visibility hidden by default
[babeltrace.git] / src / plugins / ctf / common / metadata / objstack.hpp
index f6c655f893565e117fb83f7ef41629fc887aef57..52bcd7961a877c5693e0413cab90c38a4dfa6cef 100644 (file)
 
 struct objstack;
 
-BT_HIDDEN
 struct objstack *objstack_create(void);
-BT_HIDDEN
 void objstack_destroy(struct objstack *objstack);
 
 /*
  * Allocate len bytes of zeroed memory.
  * Return NULL on error.
  */
-BT_HIDDEN
 void *objstack_alloc(struct objstack *objstack, size_t len);
 
 #endif /* _OBJSTACK_H */
This page took 0.02484 seconds and 4 git commands to generate.