aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/page/page.h')
-rw-r--r--src/cmd/page/page.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/page/page.h b/src/cmd/page/page.h
index 3dff4789..e4b320e5 100644
--- a/src/cmd/page/page.h
+++ b/src/cmd/page/page.h
@@ -96,6 +96,8 @@ void wexits(char*);
Image* xallocimage(Display*, Rectangle, ulong, int, ulong);
int bell(void*, char*);
Image* convert(Graphic *g);
+Image* cachedpage(Document*, int, int);
+void cacheflush(void);
extern int stdinfd;
extern int truecolor;