X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmelted%2Fmelted_log.h;h=48f1c9b917c8dfd1ec76f697d6cc291fb6f5ba18;hb=da3b0d0be0203fcd0000ab4726373c7b720e170d;hp=be21893fafe75a8a00c33617d242d634e52327fc;hpb=0d8143c9c1204955a13aa425b78f1a3d02575977;p=melted diff --git a/src/melted/melted_log.h b/src/melted/melted_log.h index be21893..48f1c9b 100644 --- a/src/melted/melted_log.h +++ b/src/melted/melted_log.h @@ -1,6 +1,6 @@ /* - * miracle_log.h -- logging facility header - * Copyright (C) 2002-2003 Ushodaya Enterprises Limited + * melted_log.h -- logging facility header + * Copyright (C) 2002-2009 Ushodaya Enterprises Limited * Author: Dan Dennedy * * This program is free software; you can redistribute it and/or modify @@ -18,8 +18,8 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _LOG_H_ -#define _LOG_H_ +#ifndef _MELTED_LOG_H_ +#define _MELTED_LOG_H_ #include @@ -33,8 +33,8 @@ enum log_output { log_syslog }; -void miracle_log_init( enum log_output method, int threshold ); -void miracle_log( int priority, const char *format, ... ); +void melted_log_init( enum log_output method, int threshold ); +void melted_log( int priority, const char *format, ... ); #ifdef __cplusplus }