From 754967ed61730520be0b449d8e8323155ccb1f55 Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 8 Feb 2009 18:35:53 +0000 Subject: *** empty log message *** --- src/prototypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/prototypes.h') diff --git a/src/prototypes.h b/src/prototypes.h index 998a157..b0aac6f 100644 --- a/src/prototypes.h +++ b/src/prototypes.h @@ -3,6 +3,9 @@ void (*Data_default_constructor)(Data); void (*Data_default_destructor)(Data); void (*Handle_default_constructor)(Handle); void (*Handle_default_destructor)(Handle); +void jwg_xform(Handle h, Jwgpos *pos); +void jwg_write_line(Handle h, Jwgline *line); +void jwg_write_polygon(Handle h, Jwgline *line); int jwg_create_handle__(int *format, char *fname, int len); void jwg_pass_data__(int *serial, float *ptr, int *w, int *h, int *l); void jwg_destroy_data__(int *serial); -- cgit v1.2.3