/* $Id$ */ #ifndef __CM_LOG_H__ #define __CM_LOG_H__ void cm_log(const char* name, const char* log, ...); void cm_force_log(const char* log); #endif