summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-04-28 22:43:32 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-04-28 22:43:32 -0500
commit2ae097f144426b3b7f6345b08e382b46aa876919 (patch)
tree6937dbafc956d0cce37910ffcb6b84c78af5e134 /include
parent28e6978e8255f54db02fe2114efa155f0b7ed398 (diff)
parentb1b201904697e394e405ec8864e4c60383d1ffda (diff)
Merge "res_pjsip_pubsub.h: Fix doxygen association." into 13
Diffstat (limited to 'include')
-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"
/*!