location.h

来自「用来作为linux中SIP SERVER,完成VOIP网络电话中服务器的功能」· C头文件 代码 · 共 38 行

H
38
字号
#ifndef _MODULES_PA_LOCATION_H_#define _MODULES_PA_LOCATION_H_int pa_location_init(void);/* * lookup placeid corresponding to room name */int location_lookup_placeid(str *room_name, int *placeid);/* * Add a user information */int location_doc_add_user(str* _b, int _l, str *user_uri);/* * Create start of location document */int location_doc_start(str* _b, int _l);/* * Start a resource in a location document */int location_doc_start_userlist(str* _b, int _l, str* _uri);/* * End a userlist in a location document */int location_doc_end_resource(str *_b, int _l);/* * End a location document */int location_doc_end(str* _b, int _l);#endif /* _MODULES_PA_LOCATION_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?