C++ support.
[yaz-moved-to-github.git] / include / statserv.h
index 99c3834..2276efd 100644 (file)
  * 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
 #include <yconfig.h>
 #include <oid.h>
 
+#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