jsnorm api.

This commit is contained in:
Török Edvin 2010-03-31 10:53:11 +03:00
parent bad09d56f8
commit b00a7cc8f8
6 changed files with 138 additions and 2 deletions

View file

@ -247,5 +247,9 @@ int32_t inflate_done(int32_t id);
int32_t bytecode_rt_error(int32_t locationid);
int32_t jsnorm_init(int32_t from_buffer);
int32_t jsnorm_process(int32_t id);
int32_t jsnorm_done(int32_t id);
#endif
#endif