Doxyfile file description. Indentation. No change of code.
[yaz-moved-to-github.git] / src / statserv.c
index 7b211a6..817c031 100644 (file)
@@ -5,7 +5,12 @@
  * NT threaded server code by
  *   Chas Woodfield, Fretwell Downing Informatics.
  *
- * $Id: statserv.c,v 1.7 2004-04-30 19:10:35 adam Exp $
+ * $Id: statserv.c,v 1.9 2004-10-15 00:19:01 adam Exp $
+ */
+
+/**
+ * \file statserv.c
+ * \brief Implements GFS logic
  */
 
 #include <stdio.h>
@@ -659,7 +664,7 @@ static int add_listener(char *where, int what)
        return -1;
     }
     if (*control_block.cert_fname)
-       cs_set_ssl_certf(l, control_block.cert_fname);
+       cs_set_ssl_certificate_file(l, control_block.cert_fname);
 
     if (cs_bind(l, ap, CS_SERVER) < 0)
     {