X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Flog.h;h=a0dd4cd37e3b671f691c95687847d755c2096c1c;hp=4c8a685f384a112383e3f3deda2aa7b98337eac0;hb=2d978ce2c9706142728e61af13294613b417ec44;hpb=5ea58e8014fef30e6e8217c911620d62e8eab6d9 diff --git a/include/log.h b/include/log.h index 4c8a685..a0dd4cd 100644 --- a/include/log.h +++ b/include/log.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: log.h,v $ - * Revision 1.8 1996-05-01 12:45:00 quinn + * Revision 1.9 1997-05-01 15:06:42 adam + * Added log_mask_str_x routine. + * + * Revision 1.8 1996/05/01 12:45:00 quinn * *** empty log message *** * * Revision 1.7 1996/02/05 12:24:26 adam @@ -82,6 +85,7 @@ void log_init(int level, const char *prefix, const char *name); void logf(int level, const char *fmt, ...); int log_mask_str (const char *str); +int log_mask_str_x (const char *str, int level); FILE *log_file(void); void log_event_start (void (*func)(int level, const char *msg, void *info),