Index: trunk/ippdb/src/ippdb.h
===================================================================
--- trunk/ippdb/src/ippdb.h	(revision 11005)
+++ trunk/ippdb/src/ippdb.h	(revision 11027)
@@ -4005,4 +4005,5 @@
     psS32           p3_version;
     char            *label;
+    psS16           fault;
 } p3PendingExpRow;
 
@@ -4016,5 +4017,6 @@
     psS32           p2_version,
     psS32           p3_version,
-    const char      *label
+    const char      *label,
+    psS16           fault
 );
 
@@ -4049,5 +4051,6 @@
     psS32           p2_version,
     psS32           p3_version,
-    const char      *label
+    const char      *label,
+    psS16           fault
 );
 
