Changed include/yaz/diagbib1.h and added include/yaz/diagsrw.h with
[yaz-moved-to-github.git] / src / readconf.c
index b8ca118..06ee114 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1994-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * All rights reserved.
  *
- * $Id: readconf.c,v 1.3 2004-11-18 15:18:13 heikki Exp $
+ * $Id: readconf.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
@@ -17,7 +17,7 @@
 #include <stdio.h>
 #include <ctype.h>
 
-#include <yaz/ylog.h>
+#include <yaz/log.h>
 #include <yaz/readconf.h>
 
 #define l_isspace(c) ((c) == '\t' || (c) == ' ' || (c) == '\n' || (c) == '\r')