]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Complete styled_ostream_flush_to_current_style declaration.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Mar 2019 19:57:34 +0000 (20:57 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Mar 2019 22:19:04 +0000 (23:19 +0100)
* libtextstyle/lib/textstyle.h (term_styled_ostream_flush_to_current_style,
html_styled_ostream_flush_to_current_style): New declarations.

libtextstyle/lib/textstyle.h

index 6f3d0de04cc7455c68477fcdd9cefaf6517dae59..4b79e52f6997e509ae3875b01652956ddb31b54f 100644 (file)
@@ -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