Changeset 565
- Timestamp:
- May 3, 2004, 3:07:56 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psError.h
r456 r565 8 8 * This initialisation is machine-generated from psError.dat 9 9 */ 10 #include <stdarg.h> 10 11 #include "psErrorCodes.h" 12 13 typedef struct { 14 psErrorCode code; // An error code 15 char *descrip; // the associated description 16 } psErrorDescription; 11 17 12 18 typedef struct { … … 29 35 ); 30 36 37 void p_psErrorRegister(const psErrorDescription *errors, ///< register a set of errors 38 int nerror); ///< number of errors 39 31 40 const psErr *psGetError(int which); // return specified error (or an "error" with code PS_ERR_NONE) 32 41 const psErr *psLastError(void); // return last error (or an "error" with code PS_ERR_NONE)
Note:
See TracChangeset
for help on using the changeset viewer.
