X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Ftext%2Ftext.h;h=8e96318d5481356c92667ec093157c513b94ca6f;hb=67d6f6fca2b85f2ef6a7e03383ebdcd2ce877eab;hp=8d5c98760924a004c9031ad09abf9e32f4ae8816;hpb=d53e4e8d92242488642211f441dacba29937104d;p=libsigrok.git diff --git a/output/text/text.h b/output/text/text.h index 8d5c9876..8e96318d 100644 --- a/output/text/text.h +++ b/output/text/text.h @@ -48,6 +48,7 @@ struct context { SR_PRIV void flush_linebufs(struct context *ctx, uint8_t *outbuf); SR_PRIV int init(struct sr_output *o, int default_spl, enum outputmode mode); +SR_PRIV int text_cleanup(struct sr_output *o); SR_PRIV int event(struct sr_output *o, int event_type, uint8_t **data_out, uint64_t *length_out);