X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Flog.h;h=6b41af39f1b083b28f93d10708797f78eeb54fff;hb=cdf2ebfab56b50232a49bc4032d90704794ca4c0;hp=22f7adac25e440ee528defda930f109be6cf8a4d;hpb=6b7929b5e5663fb9a768b11aeaa3f930691e6ece;p=yaz-moved-to-github.git diff --git a/include/yaz/log.h b/include/yaz/log.h index 22f7ada..6b41af3 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: log.h,v 1.6 2002-06-18 21:30:39 adam Exp $ + * $Id: log.h,v 1.7 2002-08-29 09:58:42 adam Exp $ */ #ifndef LOG_H @@ -54,6 +54,7 @@ YAZ_EXPORT void yaz_log_init(int level, const char *prefix, const char *name); YAZ_EXPORT void yaz_log_init_file (const char *fname); YAZ_EXPORT void yaz_log_init_level (int level); YAZ_EXPORT void yaz_log_init_prefix (const char *prefix); +YAZ_EXPORT void yaz_log_init_prefix2 (const char *prefix); YAZ_EXPORT void yaz_log(int level, const char *fmt, ...) #ifdef __GNUC__