Squash warnings

svn path=/trunk/netsurf/; revision=5032
This commit is contained in:
John Mark Bell 2008-08-11 16:51:55 +00:00
parent 25018c455b
commit c278e49d26
1 changed files with 2 additions and 0 deletions

View File

@ -57,8 +57,10 @@
#define CHUNK 4096
#ifndef WITH_HUBBUB
static bool html_set_parser_encoding(struct content *c, const char *encoding);
static const char *html_detect_encoding(const char **data, unsigned int *size);
#endif
static void html_convert_css_callback(content_msg msg, struct content *css,
intptr_t p1, intptr_t p2, union content_msg_data data);
static bool html_meta_refresh(struct content *c, xmlNode *head);