Fix for new cache.
svn path=/trunk/netsurf/; revision=10279
This commit is contained in:
parent
43094a146d
commit
95b859c2eb
|
@ -22,9 +22,9 @@
|
|||
#ifdef WITH_DRAW_EXPORT
|
||||
|
||||
#include <stdbool.h>
|
||||
struct content;
|
||||
struct hlcache_handle;
|
||||
|
||||
bool save_as_draw(struct content *c, const char *path);
|
||||
bool save_as_draw(struct hlcache_handle *h, const char *path);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
#include "utils/config.h"
|
||||
#ifdef WITH_PDF_EXPORT
|
||||
|
||||
struct content;
|
||||
struct hlcache_handle;
|
||||
|
||||
bool save_as_pdf(struct content *c, const char *path);
|
||||
bool save_as_pdf(struct hlcache_handle *h, const char *path);
|
||||
|
||||
#endif /* WITH_PDF_EXPORT */
|
||||
|
||||
|
|
Loading…
Reference in New Issue