Deprecated log.h and created a new ylog.h
[yaz-moved-to-github.git] / include / yaz / yaz-util.h
index b21fb88..60d665a 100644 (file)
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: yaz-util.h,v 1.10 2004-10-15 00:18:59 adam Exp $
+ * $Id: yaz-util.h,v 1.11 2004-11-18 15:18:13 heikki Exp $
  */
 /**
  * \file yaz-util.h
@@ -36,7 +36,7 @@
 #include <yaz/yconfig.h>
 #include <yaz/yaz-version.h>
 #include <yaz/xmalloc.h>
-#include <yaz/log.h>
+#include <yaz/ylog.h>   /* used to be log.h, but that is deprecated */
 #include <yaz/tpath.h>
 #include <yaz/options.h>
 #include <yaz/wrbuf.h>