X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-acc.h;h=9dcd21c659546aeda3771181a40ece402224f875;hp=deca70d8e329802376961f521eaf9fa56b97b06b;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=4ae699c927bc26f3550d1a8ca911e8d1fe75dbfc diff --git a/include/prt-acc.h b/include/prt-acc.h index deca70d..9dcd21c 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.6 1996-01-02 08:57:35 quinn + * Revision 1.7 1997-05-14 06:53:46 adam + * C++ support. + * + * Revision 1.6 1996/01/02 08:57:35 quinn * Changed enums in the ASN.1 .h files to #defines. Changed oident.class to oclass * * Revision 1.5 1995/09/29 17:12:09 quinn @@ -48,6 +51,10 @@ #ifndef PRT_ACC_H #define PRT_ACC_H +#ifdef __cplusplus +extern "C" { +#endif + typedef struct Z_Encryption1 { Odr_oct *cryptType; /* OPTIONAL */ @@ -155,4 +162,8 @@ typedef struct Z_PromptObject1 int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt); +#ifdef __cplusplus +} +#endif + #endif