bugfixes, added namespace support
[swftools.git] / lib / as3 / tokenizer.h
index 67458ca..4616b33 100644 (file)
@@ -83,6 +83,8 @@ void as3_softwarning(const char*format, ...);
 void as3_buffer_input(void*buffer, int len);
 void as3_file_input(FILE*fi);
 
+void tokenizer_register_namespace(const char*id);
+
 #define T_EOF 0
 
 extern int avm2_lex();