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:
parent
77f5585125
commit
b1a7f3f19e
@ -100,6 +100,8 @@ struct html_context {
|
||||
* html/parser/link.c
|
||||
* html/parser/parse.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);
|
||||
|
||||
/* For:
|
||||
|
Loading…
Reference in New Issue
Block a user