X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flog.h;h=3d7bb67305546729686fff1fe093b40956ef34bc;hp=57bad18f88fa133b3e9c778080f6ec976b4abe7a;hb=bc2c68cf9316d95c5b00444aaaa2f0a6127c1aa9;hpb=f31f3ef3afee001257b555e9a94c502a09de3fc4 diff --git a/include/yaz/log.h b/include/yaz/log.h index 57bad18..3d7bb67 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -220,6 +220,9 @@ YAZ_EXPORT void log_event_end(void (*func)(int level, const char *msg, */ YAZ_EXPORT void yaz_log_xml_errors(const char *prefix, int log_level); +YAZ_EXPORT void yaz_log_lock(void); +YAZ_EXPORT void yaz_log_unlock(void); + YAZ_END_CDECL #endif