summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/errno.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-21 23:40:16 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-21 23:40:16 +0000
commit8f621792f7e321df325377487ea8193844044d07 (patch)
tree57967c81e5c552fe24516aa75891913cf68517df /pjlib/include/pj/errno.h
parent0d81e067197a673a11e69ed71ac3c52e71fa5cdc (diff)
Added pj_ansi/native/unicode_snprintf, and added comment in errno.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@206 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/errno.h')
-rw-r--r--pjlib/include/pj/errno.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h
index 906d2053..eb3cd2ae 100644
--- a/pjlib/include/pj/errno.h
+++ b/pjlib/include/pj/errno.h
@@ -301,6 +301,14 @@ PJ_DECL(pj_status_t) pj_register_strerror(pj_status_t start_code,
#define PJ_ERRNO_START_USER (PJ_ERRNO_START_SYS + PJ_ERRNO_SPACE_SIZE)
+/*
+ * Below are list of error spaces that have been taken so far:
+ * - PJSIP_ERRNO_START (PJ_ERRNO_START_USER)
+ * - PJMEDIA_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE)
+ * - PJSIP_SIMPLE_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*2)
+ */
+
+
PJ_END_DECL
#endif /* __PJ_ERRNO_H__ */