From a7ffe354b225db0b2712af41ea82743fb07758ca Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 25 May 2019 12:20:51 +0000 Subject: internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly. --- include/ntapi/ntapi.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/ntapi/ntapi.h') diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index 82491a7..ec4fb31 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -46,7 +46,7 @@ #include "nt_vfd.h" #include "nt_tty.h" #include "nt_hash.h" -#include "nt_debug.h" +#include "nt_log.h" #ifdef __cplusplus @@ -650,10 +650,10 @@ typedef struct _ntapi_vtbl { /* nt_statfs.h */ ntapi_tt_statfs * tt_statfs; - /* nt_debug.h */ - ntapi_dbg_write * dbg_write; - ntapi_dbg_fn_call * dbg_fn_call; - ntapi_dbg_msg * dbg_msg; + /* nt_log.h */ + ntapi_log_write * log_write; + ntapi_log_fn_call * log_fn_call; + ntapi_log_msg * log_msg; } ntapi_vtbl; -- cgit v1.2.3