]> git.imager.perl.org - imager.git/blobdiff - log.h
- added sampled/slant_text.pl, and notes on shearing/rotating text in
[imager.git] / log.h
diff --git a/log.h b/log.h
index cd8b12134a2d6eedde5076aa8b19a3a68aa139e1..7c9cc97c483c63360cd20cce47c980bcddd1dd47 100644 (file)
--- a/log.h
+++ b/log.h
@@ -11,7 +11,7 @@
 */
 
 void m_lhead ( const char *file, int line  );
-void init_log( const char *name, int onoff );
+void m_init_log( const char *name, int onoff );
 void m_loog(int level,const char *msg, ... );
 void m_fatal ( int exitcode,const char *fmt, ... );