/* * nanohttp.c: minimalist HTTP implementation to fetch external subsets. * * See Copyright for the status of this software. * * Daniel.Veillard@w3.org */ #ifndef __NANO_HTTP_H__ #define __NANO_HTTP_H__ int xmlNanoHTTPFetch (const char *URL, const char *filename); #endif __NANO_HTTP_H__