Index: trunk/ippTools/src/pxtools.h
===================================================================
--- trunk/ippTools/src/pxtools.h	(revision 11002)
+++ trunk/ippTools/src/pxtools.h	(revision 11037)
@@ -27,11 +27,5 @@
 # include <psmodules.h>
 # include <ippdb.h>
-
-typedef enum {
-    PX_ERROR_NONE           = 0x00,
-    PX_ERROR_UNKNOWN        = 0x01,
-    PX_ERROR_BAD_DATA       = 0x02,
-    PX_ERROR_ID10T          = 0x04,
-} pxErrorCode;
+# include "pxtoolsErrorCodes.h"
 
 // load these values from the db in the init stage
@@ -71,3 +65,5 @@
 bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS8 code);
 
+psExit pxerrorGetExitStatus ();
+
 #endif // PXTOOLS_H
