From 0b9e388f7f10dac01d5134ed6c1b24695810874e Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 11 Nov 2005 19:01:31 +0000 Subject: First clean compile of pjsip git-svn-id: http://svn.pjsip.org/repos/pjproject/main@43 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pj/errno.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pjlib/src/pj/errno.c') diff --git a/pjlib/src/pj/errno.c b/pjlib/src/pj/errno.c index 25bf5b7f..5a986514 100644 --- a/pjlib/src/pj/errno.c +++ b/pjlib/src/pj/errno.c @@ -30,7 +30,8 @@ static const struct { PJ_EBUSY, "Object is busy"}, { PJ_ENOTSUP, "Option/operation is not supported"}, { PJ_EINVALIDOP, "Invalid operation"}, - { PJ_ECANCELLED, "Operation cancelled"} + { PJ_ECANCELLED, "Operation cancelled"}, + { PJ_EEXISTS, "Object already exists" } }; /* -- cgit v1.2.3