summaryrefslogtreecommitdiff
path: root/pcl/pglfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcl/pglfill.c')
-rw-r--r--pcl/pglfill.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pcl/pglfill.c b/pcl/pglfill.c
index 294d7e572..795311524 100644
--- a/pcl/pglfill.c
+++ b/pcl/pglfill.c
@@ -4,6 +4,7 @@
/* pglfill.c - HP-GL/2 line and fill attributes commands */
#include "memory_.h"
+#include "pcparse.h"
#include "pgmand.h"
#include "pginit.h"
#include "pggeom.h"
@@ -846,7 +847,8 @@ hpgl_WU(
* Initialization
*/
private int
-pglfill_do_init(
+pglfill_do_registration(
+ pcl_parser_state_t *pcl_parser_state,
gs_memory_t * mem
)
{
@@ -875,4 +877,4 @@ pglfill_do_init(
return 0;
}
-const pcl_init_t pglfill_init = { pglfill_do_init, 0, 0 };
+const pcl_init_t pglfill_init = { pglfill_do_registration, 0, 0 };