Doxyfile file description. Indentation. No change of code.
[yaz-moved-to-github.git] / include / yaz / backend.h
index d6381dc..f953637 100644 (file)
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: backend.h,v 1.23 2004-01-17 01:20:12 adam Exp $
+ * $Id: backend.h,v 1.26 2004-10-15 00:18:59 adam Exp $
+ */
+
+/** 
+ * \file backend.h
+ * \brief Header for GFS
+ *
+ * This header includes all public definitions for the
+ * Generic Frontend Server (GFS).
  */
 
 #ifndef BACKEND_H
@@ -191,6 +199,7 @@ typedef struct {
     ODR print;
     char *explain_buf;
     char *database;
+    char *schema;
 } bend_explain_rr;
 
 typedef struct bend_initrequest
@@ -274,6 +283,7 @@ typedef struct statserv_options_block
     struct bend_soap_handler *soap_handlers;
     char pid_fname[128];            /* pid fname */
     int background;                 /* auto daemon */
+    char cert_fname[128];           /* SSL certificate fname */
 } statserv_options_block;
 
 YAZ_EXPORT int statserv_main(