From e627848dcf58aa00f4eb5dc465c4a804d6576877 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 2 Jan 2024 20:58:01 -0600 Subject: library downloads complete --- src/command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index 76a9166..abd7d55 100644 --- a/src/command.h +++ b/src/command.h @@ -54,6 +54,9 @@ enum { #define CMD_WARN(_s, ...) CMD_MSG("warn", _s, __VA_ARGS__) #define CMD_WARN0(_s) CMD_MSG0("warn", _s) +#define CMD_INFO(_s, ...) CMD_MSG("info", _s, __VA_ARGS__) +#define CMD_INFO0(_s) CMD_MSG0("info", _s) + #ifdef NDEBUG #define CMD_DEBUG(_s, ...) #define CMD_DEBUG0(_s) -- cgit v1.2.3-70-g09d2