summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h10
1 files changed, 5 insertions, 5 deletions
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;