On Mon, 2009-08-03 at 17:35 +0000, [email protected] wrote: > Modified: branches/MarkieB/gtkmain/desktop/save_complete.h > URL: > http://source.netsurf-browser.org/branches/MarkieB/gtkmain/desktop/save_complete.h?rev=9022&r1=9021&r2=9022&view=diff > ============================================================================== > --- branches/MarkieB/gtkmain/desktop/save_complete.h (original) > +++ branches/MarkieB/gtkmain/desktop/save_complete.h Mon Aug 3 12:35:53 2009 > @@ -26,6 +26,7 @@ > > #include <stdbool.h> > #include <libxml/HTMLtree.h> > +#include "content/content.h" > > struct content; > > @@ -33,12 +34,9 @@ > bool save_complete(struct content *c, const char *path); > > bool save_complete_gui_save(const char *path, const char *filename, > - struct content *c, int len, char *sourcedata, int type); > + int len, const char *sourcedata, content_type type);
Len should be a size_t here. J.
