projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2526659
)
res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.
author
Richard Mudgett
<rmudgett@digium.com>
Fri, 21 Aug 2015 22:39:01 +0000
(17:39 -0500)
committer
Richard Mudgett
<rmudgett@digium.com>
Thu, 10 Sep 2015 18:16:12 +0000
(13:16 -0500)
Change-Id: I2b8db18eac36c01a5c7eb9467699124e203fd093
res/res_pjsip_pubsub.c
patch
|
blob
|
history
diff --git
a/res/res_pjsip_pubsub.c
b/res/res_pjsip_pubsub.c
index
31810a3
..
e3b1024
100644
(file)
--- a/
res/res_pjsip_pubsub.c
+++ b/
res/res_pjsip_pubsub.c
@@
-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)
{