summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/errno.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-05 13:37:41 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-05 13:37:41 +0000
commitc3bfa8ee3fae4ba793fb028db7b0ee09e5a5ff65 (patch)
tree23f670d0a4365a746cf88cd27c4ae1937f80af71 /pjlib/src/pj/errno.c
parent45d124e97c420f0fd466b4a320c1e4a7a65413ec (diff)
Added PJ_EEOF in pjlib errno.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@289 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/src/pj/errno.c')
-rw-r--r--pjlib/src/pj/errno.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjlib/src/pj/errno.c b/pjlib/src/pj/errno.c
index 9c2d072f..9536288e 100644
--- a/pjlib/src/pj/errno.c
+++ b/pjlib/src/pj/errno.c
@@ -60,7 +60,8 @@ static const struct
{ PJ_ENOTSUP, "Option/operation is not supported"},
{ PJ_EINVALIDOP, "Invalid operation"},
{ PJ_ECANCELLED, "Operation cancelled"},
- { PJ_EEXISTS, "Object already exists" }
+ { PJ_EEXISTS, "Object already exists" },
+ { PJ_EEOF, "End of file" },
};
/*