[project @ 2004-06-02 21:26:12 by bursa]

Handle memory exhaustion and errors.

svn path=/import/netsurf/; revision=921
This commit is contained in:
James Bursa 2004-06-02 21:26:12 +00:00
parent e3369389a4
commit 9f36f6144c
2 changed files with 563 additions and 441 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,6 @@
struct content;
void save_as_draw(struct content *c, char *path);
bool save_as_draw(struct content *c, char *path);
#endif