From a7e9d3f37d5e9fba4b9acaa43e7c12b6d9a669ae Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 8 Jun 2006 10:59:26 +0200 Subject: Load /tmp/libxml2-2.6.26 into libxml2/branches/upstream/current. --- libxml.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libxml.h') diff --git a/libxml.h b/libxml.h index 56e0320..696be62 100644 --- a/libxml.h +++ b/libxml.h @@ -25,6 +25,13 @@ #include #endif +#if defined(__Lynx__) +#include /* pull definition of size_t */ +#include +int snprintf(char *, size_t, const char *, ...); +int vfprintf(FILE *, const char *, va_list); +#endif + #ifndef WITH_TRIO #include #else -- cgit v1.2.3