summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip-simple/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsip-simple/errno.h')
-rw-r--r--pjsip/include/pjsip-simple/errno.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjsip/include/pjsip-simple/errno.h b/pjsip/include/pjsip-simple/errno.h
index ab3d4ec3..7097bc62 100644
--- a/pjsip/include/pjsip-simple/errno.h
+++ b/pjsip/include/pjsip-simple/errno.h
@@ -77,6 +77,11 @@ PJ_BEGIN_DECL
* Bad XPIDF Message
*/
#define PJSIP_SIMPLE_EBADXPIDF (PJSIP_SIMPLE_ERRNO_START+25) /*270025*/
+/**
+ * @hideinitializer
+ * Bad RPID Message
+ */
+#define PJSIP_SIMPLE_EBADRPID (PJSIP_SIMPLE_ERRNO_START+26) /*270026*/
/************************************************************