X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-text%2Ftypes.h;fp=include%2Fbabeltrace%2Fctf-text%2Ftypes.h;h=debecfef93728e56ed4cc417f13ddb12549b1df0;hp=d69af90523220b33ee03dc18b3fd039583add267;hb=90b55a973b0689bb667a7e255d90d622414cb3ef;hpb=5d6c80a595e870ad50118f5efe827cc6cafab5d5 diff --git a/include/babeltrace/ctf-text/types.h b/include/babeltrace/ctf-text/types.h index d69af905..debecfef 100644 --- a/include/babeltrace/ctf-text/types.h +++ b/include/babeltrace/ctf-text/types.h @@ -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 */