X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz-ccl.h;h=b433acfb6aff710d522a705d2c5bbcb108f8d553;hp=2868acd5a4cdc0b05213c22706135ab88033bd62;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/yaz-ccl.h b/include/yaz-ccl.h index 2868acd..b433acf 100644 --- a/include/yaz-ccl.h +++ b/include/yaz-ccl.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: yaz-ccl.h,v $ - * Revision 1.5 1995-09-29 17:12:14 quinn + * Revision 1.6 1997-05-14 06:53:54 adam + * C++ support. + * + * Revision 1.5 1995/09/29 17:12:14 quinn * Smallish * * Revision 1.4 1995/09/27 15:02:54 quinn @@ -43,7 +46,15 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + Z_RPNQuery *ccl_rpn_query (struct ccl_rpn_node *p); Z_AttributesPlusTerm *ccl_scan_query (struct ccl_rpn_node *p); +#ifdef __cplusplus +} +#endif + #endif