aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorroot <>2009-02-08 18:35:53 +0000
committerroot <>2009-02-08 18:35:53 +0000
commit754967ed61730520be0b449d8e8323155ccb1f55 (patch)
tree19c524eb86538008a1d17b169f01a943d341496f /src/prototypes.h
parent5fd7c5b7856f6d0ddce676a02b5f35dd074ece62 (diff)
downloadlibjwg-754967ed61730520be0b449d8e8323155ccb1f55.tar.gz
libjwg-754967ed61730520be0b449d8e8323155ccb1f55.tar.bz2
libjwg-754967ed61730520be0b449d8e8323155ccb1f55.zip
*** empty log message ***
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);