aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h3
1 files changed, 3 insertions, 0 deletions
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);