Use pthread_atfork to lock/unlock yaz_log system
[yaz-moved-to-github.git] / include / yaz / log.h
index 3d7bb67..57bad18 100644 (file)
@@ -220,9 +220,6 @@ 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