summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-04-28 22:43:29 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-04-28 22:43:29 -0500
commit9692f8543e398d6e05477f816123bb485a753dc2 (patch)
tree05ef2e491d329f77cb1bc2a0231ce62dc41054c7
parentc8f53bc4e9a4ceab97d728fbb1db90e248239ceb (diff)
parent906ea2c43f12c3c4c18f81fa007fc4cb295251e0 (diff)
Merge "res_pjsip_pubsub.h: Fix doxygen association."
-rw-r--r--include/asterisk/res_pjsip_pubsub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/res_pjsip_pubsub.h b/include/asterisk/res_pjsip_pubsub.h
index 84d86fb9e..94576d38b 100644
--- a/include/asterisk/res_pjsip_pubsub.h
+++ b/include/asterisk/res_pjsip_pubsub.h
@@ -214,9 +214,9 @@ enum ast_sip_subscription_notify_reason {
AST_SIP_SUBSCRIPTION_NOTIFY_REASON_OTHER
};
-/*! Type used for conveying mailbox state */
-#define AST_SIP_EXTEN_STATE_DATA "ast_sip_exten_state_data"
/*! Type used for extension state/presence */
+#define AST_SIP_EXTEN_STATE_DATA "ast_sip_exten_state_data"
+/*! Type used for conveying mailbox state */
#define AST_SIP_MESSAGE_ACCUMULATOR "ast_sip_message_accumulator"
/*!