--- freem/src/log.h 2025/03/09 19:50:47 1.3 +++ freem/src/log.h 2025/04/15 02:24:43 1.4 @@ -1,5 +1,5 @@ /* - * $Id: log.h,v 1.3 2025/03/09 19:50:47 snw Exp $ + * $Id: log.h,v 1.4 2025/04/15 02:24:43 snw Exp $ * freem error logging * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: log.h,v $ + * Revision 1.4 2025/04/15 02:24:43 snw + * Improve FreeM logging capabilities + * * Revision 1.3 2025/03/09 19:50:47 snw * Second phase of REUSE compliance and header reformat * @@ -36,5 +39,5 @@ # define _LOG_H extern void m_log (int level, const char *msg); - +extern void logprintf(int level, char *fmt, ...); #endif