X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmiracle%2Fmiracle_log.h;h=be21893fafe75a8a00c33617d242d634e52327fc;hb=728c83b4335c25e43f90eb5d4bab5b86107ca21c;hp=04505e97c9d1bdb057eae4aecd28a09a3b225a94;hpb=661165812e3410fe2f6f49d7af882b36a0efcf82;p=melted diff --git a/src/miracle/miracle_log.h b/src/miracle/miracle_log.h index 04505e9..be21893 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, const char *format, ... ); #ifdef __cplusplus }