1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Add a comment to html_context->put_chars_f explaining not to use it

This commit is contained in:
Miciah Dashiel Butler Masters 2006-06-02 05:53:49 +00:00 committed by Miciah Dashiel Butler Masters
parent 77f5585125
commit b1a7f3f19e

View File

@ -100,6 +100,8 @@ struct html_context {
* html/parser/link.c * html/parser/link.c
* html/parser/parse.c * html/parser/parse.c
* html/parser.c */ * html/parser.c */
/* Note that this is for usage by put_chrs only; anywhere else in
* the parser, one should use put_chrs. */
void (*put_chars_f)(struct html_context *, unsigned char *, int); void (*put_chars_f)(struct html_context *, unsigned char *, int);
/* For: /* For: