From c3bfa8ee3fae4ba793fb028db7b0ee09e5a5ff65 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 5 Mar 2006 13:37:41 +0000 Subject: Added PJ_EEOF in pjlib errno.h git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@289 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/errno.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h index 3030d91d..8834a616 100644 --- a/pjlib/include/pj/errno.h +++ b/pjlib/include/pj/errno.h @@ -263,6 +263,11 @@ PJ_DECL(pj_status_t) pj_register_strerror(pj_status_t start_code, * Object already exists. */ #define PJ_EEXISTS (PJ_ERRNO_START_STATUS + 15)/* 70015 */ +/** + * @hideinitializer + * End of file. + */ +#define PJ_EEOF (PJ_ERRNO_START_STATUS + 16)/* 70016 */ /** @} */ /* pj_errnum */ -- cgit v1.2.3