sink.text.pretty: abort on unknown field class type
[babeltrace.git] / src / plugins / ctf / common / metadata / objstack.hpp
index f6c655f893565e117fb83f7ef41629fc887aef57..2c91e1409d0a73e59ad91d3fb57e397dcefff760 100644 (file)
@@ -9,20 +9,15 @@
 #ifndef _OBJSTACK_H
 #define _OBJSTACK_H
 
-#include "common/macros.h"
+#include <cstddef>
 
-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.024444 seconds and 4 git commands to generate.