1 | Index: sip_parser.h |
---|
2 | =================================================================== |
---|
3 | --- sip_parser.h (Revision 2046) |
---|
4 | +++ sip_parser.h (Arbeitskopie) |
---|
5 | @@ -156,6 +156,16 @@ |
---|
6 | pjsip_parse_uri_func *func); |
---|
7 | |
---|
8 | /** |
---|
9 | + * Register a generic URI parser handler. |
---|
10 | + * |
---|
11 | + * @param func The URI parser function. |
---|
12 | + * |
---|
13 | + * @return zero on success |
---|
14 | + */ |
---|
15 | +PJ_DECL(pj_status_t) pjsip_register_generic_uri_parser( |
---|
16 | + pjsip_parse_uri_func *func); |
---|
17 | + |
---|
18 | +/** |
---|
19 | * Unregister URI scheme parser handler. |
---|
20 | * All the arguments MUST exactly equal to the value specified upon |
---|
21 | * registration of the handler. |
---|