X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Freadconf.c;h=b8ca1180c8cfdd25dab1b57e08af77c94b2ce7db;hp=3e99be040114e757099852cd0d288d4430e61fc4;hb=3b96525a40981e162b959f3e842e0ff20e314320;hpb=a94620ffd6001681474a94f5de767f168d772d1c diff --git a/src/readconf.c b/src/readconf.c index 3e99be0..b8ca118 100644 --- a/src/readconf.c +++ b/src/readconf.c @@ -2,7 +2,7 @@ * Copyright (C) 1994-2004, Index Data * All rights reserved. * - * $Id: readconf.c,v 1.2 2004-10-15 00:19:00 adam Exp $ + * $Id: readconf.c,v 1.3 2004-11-18 15:18:13 heikki Exp $ */ /** @@ -17,7 +17,7 @@ #include #include -#include +#include #include #define l_isspace(c) ((c) == '\t' || (c) == ' ' || (c) == '\n' || (c) == '\r') @@ -69,7 +69,7 @@ int readconf(char *name, void *rprivate, if (!(f = fopen(name, "r"))) { - yaz_log(LOG_WARN|LOG_ERRNO, "readconf: %s", name); + yaz_log(YLOG_WARN|YLOG_ERRNO, "readconf: %s", name); return -1; } for (;;)