]> git.sesse.net Git - mlt/blobdiff - src/miracle/miracle_log.h
miracle part 1
[mlt] / src / miracle / miracle_log.h
index 04505e97c9d1bdb057eae4aecd28a09a3b225a94..3788ee52b1407bce61e07030821487c50be0626a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * log.h -- logging facility header
+ * miracle_log.h -- logging facility header
  * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
  * Author: Dan Dennedy <dan@dennedy.org>
  *
@@ -33,8 +33,8 @@ enum log_output {
        log_syslog
 };
 
-void dv1394d_log_init( enum log_output method, int threshold );
-void dv1394d_log( int priority, char *format, ... );
+void miracle_log_init( enum log_output method, int threshold );
+void miracle_log( int priority, char *format, ... );
 
 #ifdef __cplusplus
 }