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