Ignore:
Timestamp:
Mar 5, 2006 1:37:41 PM (18 years ago)
Author:
bennylp
Message:

Added PJ_EEOF in pjlib errno.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/errno.c

    r128 r289  
    6161    { PJ_EINVALIDOP,    "Invalid operation"}, 
    6262    { PJ_ECANCELLED,    "Operation cancelled"}, 
    63     { PJ_EEXISTS,       "Object already exists" } 
     63    { PJ_EEXISTS,       "Object already exists" }, 
     64    { PJ_EEOF,          "End of file" }, 
    6465}; 
    6566 
Note: See TracChangeset for help on using the changeset viewer.