From 7a4733c76c0391578fe04fde9cfa19698878c81e Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 20 May 2018 12:11:32 +0800 Subject: Minicargo - Quieten build output --- tools/common/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/common/debug.h') diff --git a/tools/common/debug.h b/tools/common/debug.h index ace00876..86c88de9 100644 --- a/tools/common/debug.h +++ b/tools/common/debug.h @@ -7,6 +7,7 @@ typedef ::std::function dbg_cb_t; extern void Debug_SetPhase(const char* phase_name); extern void Debug_DisablePhase(const char* phase_name); +extern void Debug_EnablePhase(const char* phase_name); extern bool Debug_IsEnabled(); extern void Debug_EnterScope(const char* name, dbg_cb_t ); extern void Debug_LeaveScope(const char* name, dbg_cb_t ); -- cgit v1.2.3