upgrade to xpdf 3.00.
[swftools.git] / lib / action / actioncompiler.h
blob30da45f113fd0ee39b31eea282c54e890f9059bf
1 #ifndef __actioncompiler_h__
2 #define __actioncompiler_h__
4 int compileSWFActionCode(const char *script, int version, void**data, int*len);
6 #endif