X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/b52c294986bb176966271c7f8edf4c128f7784dd..a6f63a829e22fa83a4551cb9aad3e316e7c8bb18:/include/logger.h diff --git a/include/logger.h b/include/logger.h index c7f7a6e5..faa89270 100644 --- a/include/logger.h +++ b/include/logger.h @@ -27,8 +27,6 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - * - * $Id: s_log.h 1481 2006-05-27 17:24:05Z nenolod $ */ #ifndef INCLUDED_s_log_h @@ -57,6 +55,7 @@ extern void init_main_logfile(void); extern void open_logfiles(void); extern void close_logfiles(void); extern void ilog(ilogfile dest, const char *fmt, ...) AFP(2, 3); +extern void idebug(const char *fmt, ...) AFP(1, 2); extern void inotice(const char *fmt, ...) AFP(1, 2); extern void iwarn(const char *fmt, ...) AFP(1, 2); extern void ierror(const char *fmt, ...) AFP(1, 2);