X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-acc.h;h=999a43021eddd38ac35529e879eeafa7da11f513;hb=11fc1fa1b5e4b75942018efe466dbfdb41454077;hp=6617d8fcaed04c57983d80f7a7b39e5be7316c2b;hpb=101d89d1a26a27c93115a68af84e9c72beb1abd6;p=yaz-moved-to-github.git diff --git a/include/prt-acc.h b/include/prt-acc.h index 6617d8f..999a430 100644 --- a/include/prt-acc.h +++ b/include/prt-acc.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: prt-acc.h,v $ - * Revision 1.1 1995-06-02 09:49:49 quinn + * 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 * * @@ -93,7 +99,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 +148,5 @@ typedef struct Z_PromptObject1 Z_Response1 *response; } u; } Z_PromptObject1; + +int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt);