X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmiracle%2Fmiracle_log.h;h=3788ee52b1407bce61e07030821487c50be0626a;hb=93ba5329ea2cadd2ce01b4cceb20f1309fd37bed;hp=04505e97c9d1bdb057eae4aecd28a09a3b225a94;hpb=661165812e3410fe2f6f49d7af882b36a0efcf82;p=melted diff --git a/src/miracle/miracle_log.h b/src/miracle/miracle_log.h index 04505e9..3788ee5 100644 --- a/src/miracle/miracle_log.h +++ b/src/miracle/miracle_log.h @@ -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 * @@ -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 }