+#include "imconfig.h"
#include "log.h"
#define DTBUFF 50
*/
void
-init_log(const char* name,int level) {
+m_init_log(const char* name,int level) {
log_level = level;
if (level < 0) {
lg_file = NULL;
* Logging is inactive - insert dummy functions
*/
-void init_log(const char* name,int onoff) {}
+void m_init_log(const char* name,int onoff) {}
void m_fatal(int exitcode,const char *fmt, ... ) { exit(exitcode); }