mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.
Change-Id: I2b8db18eac36c01a5c7eb9467699124e203fd093
This commit is contained in:
@@ -1528,6 +1528,7 @@ void *ast_sip_subscription_get_header(const struct ast_sip_subscription *sub, co
|
||||
return pjsip_msg_find_hdr_by_name(msg, &name, NULL);
|
||||
}
|
||||
|
||||
/* XXX This function is not used. */
|
||||
struct ast_sip_subscription *ast_sip_create_subscription(const struct ast_sip_subscription_handler *handler,
|
||||
struct ast_sip_endpoint *endpoint, const char *resource)
|
||||
{
|
||||
|
Reference in New Issue
Block a user