X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-add.h;h=92bc5d72c8da86544c309ee970e8fbf3f842f082;hp=857b19464b90d79c853ab7c5d019698c872488bb;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/prt-add.h b/include/prt-add.h index 857b194..92bc5d7 100644 --- a/include/prt-add.h +++ b/include/prt-add.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: prt-add.h,v $ - * Revision 1.2 1997-04-30 08:52:09 quinn + * Revision 1.3 1997-05-14 06:53:46 adam + * C++ support. + * + * Revision 1.2 1997/04/30 08:52:09 quinn * Null * * Revision 1.1 1996/10/10 11:51:58 quinn @@ -36,6 +39,10 @@ #ifndef PRT_ADD_H #define PRT_ADD_H +#ifdef __cplusplus +extern "C" { +#endif + typedef struct Z_QueryExpressionTerm { Z_Term *queryTerm; @@ -98,4 +105,8 @@ typedef struct Z_SearchInfoReport int z_SearchInfoReport (ODR o, Z_SearchInfoReport **p, int opt); +#ifdef __cplusplus +} +#endif + #endif