From b1a7f3f19e1d04590befffcf84ead37658789b10 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Fri, 2 Jun 2006 05:53:49 +0000 Subject: [PATCH] Add a comment to html_context->put_chars_f explaining not to use it --- src/document/html/internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/document/html/internal.h b/src/document/html/internal.h index 39a056efe..7901c4d57 100644 --- a/src/document/html/internal.h +++ b/src/document/html/internal.h @@ -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: