X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-acc.h;fp=include%2Fprt-acc.h;h=999a43021eddd38ac35529e879eeafa7da11f513;hb=11fc1fa1b5e4b75942018efe466dbfdb41454077;hp=4b78e46bfbedafae25a38a25d984db15b8758b80;hpb=e02b5659eaac4f86f7bf97779a5f0dcf9f6bf86a;p=yaz-moved-to-github.git diff --git a/include/prt-acc.h b/include/prt-acc.h index 4b78e46..999a430 100644 --- a/include/prt-acc.h +++ b/include/prt-acc.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: prt-acc.h,v $ - * Revision 1.2 1995-08-15 12:00:13 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 @@ -145,3 +148,5 @@ typedef struct Z_PromptObject1 Z_Response1 *response; } u; } Z_PromptObject1; + +int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt);