wap_push_si_compiler.h
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:0k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- /*
- * wap_push_si_compiler.h: The interface to si tokenizer
- *
- * By Aarno Syv鋘en for Wiral Ltd
- */
- #ifndef WAP_PUSH_SI_COMPILER_H
- #define WAP_PUSH_SI_COMPILER_H
- #include "gwlib/gwlib.h"
- /*
- * Compiles a si document to si binary. Input textual form of a si document
- * and its charset (from http headers), output the document in a tokenised
- * form.
- */
- int si_compile(Octstr *si_doc, Octstr *charset, Octstr **si_binary);
- #endif