summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/errno.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-22 22:12:16 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-22 22:12:16 +0000
commit540845cd6f9f9cdb4de5ec36628fa4a4823aa543 (patch)
treedefffd23ed51693bc3e79dab6013479457a406f6 /pjlib/include/pj/errno.h
parent0cdc9f5a924c0f741372b7403ea10eae0a4cec24 (diff)
Register pjlib-util errno, and update pjlib version
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@218 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/errno.h')
-rw-r--r--pjlib/include/pj/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h
index eb3cd2ae..3030d91d 100644
--- a/pjlib/include/pj/errno.h
+++ b/pjlib/include/pj/errno.h
@@ -306,6 +306,7 @@ PJ_DECL(pj_status_t) pj_register_strerror(pj_status_t start_code,
* - 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)
+ * - PJLIB_UTIL_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*3)
*/