X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fstatserv.h;h=2276efd2bc1e4f482c83a2919fc421ecd6c04a06;hp=99c3834d5bce0ad926f0b9d1aaada690c2f52623;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/statserv.h b/include/statserv.h index 99c3834..2276efd 100644 --- a/include/statserv.h +++ b/include/statserv.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: statserv.h,v $ - * Revision 1.7 1995-09-29 17:12:12 quinn + * Revision 1.8 1997-05-14 06:53:51 adam + * C++ support. + * + * Revision 1.7 1995/09/29 17:12:12 quinn * Smallish * * Revision 1.6 1995/09/27 15:02:53 quinn @@ -48,6 +51,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + typedef struct statserv_options_block { int dynamic; /* fork on incoming requests */ @@ -66,4 +73,8 @@ int statserv_main(int argc, char **argv); statserv_options_block *statserv_getcontrol(void); void statserv_setcontrol(statserv_options_block *block); +#ifdef __cplusplus +} +#endif + #endif