From: Bruno Haible Date: Fri, 15 Mar 2019 19:57:34 +0000 (+0100) Subject: libtextstyle: Complete styled_ostream_flush_to_current_style declaration. X-Git-Tag: v0.20~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460edb74d314baf8a4e38955dea7d9cc73cd782c;p=thirdparty%2Fgettext.git 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. --- 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