ota_compiler.h
来自「mms client」· C头文件 代码 · 共 22 行
H
22 行
/* * ota_compiler.h: The interface to ota settings and bookmarks tokenizer * * By Aarno Syv鋘en for Wiral Ltd */#ifndef OTA_COMPILER_H#define OTA_COMPILER_H#include "gwlib/gwlib.h"/* * Compiles an ota document to ota binary. Input textual form of a ota document * and its charset (from http headers), output the document in a tokenised * form. * Returns -1 when error, 0 otherwise. */int ota_compile(Octstr *ota_doc, Octstr *charset, Octstr **ota_binary);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?