X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fproto.h;h=59f0dc1a825bcbb40a058e00f4b270cd4e007f10;hp=0874a0ed0c479accc43fcf4c73c7d35039e97d8f;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/proto.h b/include/proto.h index 0874a0e..59f0dc1 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.38 1997-04-30 08:52:09 quinn + * Revision 1.39 1997-05-14 06:53:44 adam + * C++ support. + * + * Revision 1.38 1997/04/30 08:52:09 quinn * Null * * Revision 1.37 1996/10/09 15:54:58 quinn @@ -181,6 +184,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /* * Because we didn't have time to put all of the extra v3 elements in here * before the first applications were written, we have to place them @@ -1355,6 +1362,10 @@ int z_DefaultDiagFormat(ODR o, Z_DefaultDiagFormat **p, int opt); Z_APDU *zget_APDU(ODR o, int which); int z_Query(ODR o, Z_Query **p, int opt); +#ifdef __cplusplus +} +#endif + #include #include #include