From 460edb74d314baf8a4e38955dea7d9cc73cd782c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 15 Mar 2019 20:57:34 +0100 Subject: [PATCH] libtextstyle: Complete styled_ostream_flush_to_current_style declaration. * libtextstyle/lib/textstyle.h (term_styled_ostream_flush_to_current_style, html_styled_ostream_flush_to_current_style): New declarations. --- libtextstyle/lib/textstyle.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libtextstyle/lib/textstyle.h b/libtextstyle/lib/textstyle.h index 6f3d0de04..4b79e52f6 100644 --- a/libtextstyle/lib/textstyle.h +++ b/libtextstyle/lib/textstyle.h @@ -399,6 +399,7 @@ extern void term_styled_ostream_flush (term_styled_ostream_t first_arg, ostream_ extern void term_styled_ostream_free (term_styled_ostream_t first_arg); extern void term_styled_ostream_begin_use_class (term_styled_ostream_t first_arg, const char *classname); extern void term_styled_ostream_end_use_class (term_styled_ostream_t first_arg, const char *classname); +extern void term_styled_ostream_flush_to_current_style (term_styled_ostream_t first_arg); #ifdef __cplusplus } #endif @@ -438,6 +439,7 @@ extern void html_styled_ostream_flush (html_styled_ostream_t first_arg, ostream_ extern void html_styled_ostream_free (html_styled_ostream_t first_arg); extern void html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname); extern void html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname); +extern void html_styled_ostream_flush_to_current_style (html_styled_ostream_t first_arg); #ifdef __cplusplus } #endif -- 2.47.2