Hide internal functions of ctf-text
authorJulien Desfossez <jdesfossez@efficios.com>
Thu, 24 Jan 2013 22:19:51 +0000 (17:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Jan 2013 22:19:51 +0000 (17:19 -0500)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/ctf-text/types.h

index d69af90523220b33ee03dc18b3fd039583add267..debecfef93728e56ed4cc417f13ddb12549b1df0 100644 (file)
@@ -61,13 +61,21 @@ struct ctf_text_stream_pos *ctf_text_pos(struct stream_pos *pos)
 /*
  * Write only is supported for now.
  */
+BT_HIDDEN
 int ctf_text_integer_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_float_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_string_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_enum_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_struct_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_variant_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_array_write(struct stream_pos *pos, struct definition *definition);
+BT_HIDDEN
 int ctf_text_sequence_write(struct stream_pos *pos, struct definition *definition);
 
 static inline
@@ -82,6 +90,7 @@ void print_pos_tabs(struct ctf_text_stream_pos *pos)
 /*
  * Check if the field must be printed.
  */
+BT_HIDDEN
 int print_field(struct definition *definition);
 
 #endif /* _BABELTRACE_CTF_TEXT_TYPES_H */
This page took 0.024292 seconds and 4 git commands to generate.