Smallish
[yaz-moved-to-github.git] / include / prt-acc.h
index 6617d8f..23b1987 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: prt-acc.h,v $
- * Revision 1.1  1995-06-02 09:49:49  quinn
+ * Revision 1.5  1995-09-29 17:12:09  quinn
+ * Smallish
+ *
+ * Revision 1.4  1995/09/27  15:02:49  quinn
+ * Modified function heads & prototypes.
+ *
+ * Revision 1.3  1995/08/17  12:45:16  quinn
+ * Fixed minor problems with GRS-1. Added support in c&s.
+ *
+ * Revision 1.2  1995/08/15  12:00:13  quinn
+ * Updated External
+ *
+ * Revision 1.1  1995/06/02  09:49:49  quinn
  * Add access control
  *
  *
  */
 
+#ifndef PRT_ACC_H
+#define PRT_ACC_H
+
 typedef struct Z_Encryption1
 {
     Odr_oct *cryptType;       /* OPTIONAL */
@@ -93,7 +108,7 @@ typedef struct Z_ChallengeUnit1
 #define Z_ChalDataType_alphaNumeric  4
 #define Z_ChalDataType_urlUrn        5
 #define Z_ChalDataType_boolean       6
-    Odr_external *diagnostic;        /* OPTIONAL */
+    Z_External *diagnostic;        /* OPTIONAL */
 } Z_ChallengeUnit1;
 
 typedef struct Z_Challenge1
@@ -142,3 +157,7 @@ typedef struct Z_PromptObject1
        Z_Response1 *response;
     } u;
 } Z_PromptObject1;
+
+int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt);
+
+#endif