summaryrefslogtreecommitdiff
path: root/base/gdevepo.c
diff options
context:
space:
mode:
authorNancy Durgin <nancy.durgin@artifex.com>2018-08-15 10:45:50 -0700
committerNancy Durgin <nancy.durgin@artifex.com>2018-08-15 10:46:43 -0700
commitfa9b0f51a5fbac1bdabef012cc5b0ca006c2c281 (patch)
tree2d3a43fa76e5e1098628f852b5c59d6dc8a6e9e1 /base/gdevepo.c
parent7ab21af0b0c70707aefb1083505136ff7862d337 (diff)
downloadghostpdl-fa9b0f51a5fbac1bdabef012cc5b0ca006c2c281.tar.gz
Fix compiler warning
Diffstat (limited to 'base/gdevepo.c')
-rw-r--r--base/gdevepo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/gdevepo.c b/base/gdevepo.c
index d90965f21..e3abb6b72 100644
--- a/base/gdevepo.c
+++ b/base/gdevepo.c
@@ -43,6 +43,9 @@
#define DPRINTF(m,f) if_debug0m(gs_debug_flag_epo_details, m,f)
#define DPRINTF1(m,f,a1) if_debug1m(gs_debug_flag_epo_details, m,f, a1)
+/* This is only called for debugging */
+extern void epo_disable(int flag);
+
/* Device procedures, we need quite a lot of them */
static dev_proc_output_page(epo_output_page);
static dev_proc_fill_rectangle(epo_fill_rectangle);