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. --- project/common.mk | 2 +- project/headers.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index ffd7376..19b6cf9 100644 --- a/project/common.mk +++ b/project/common.mk @@ -28,8 +28,8 @@ COMMON_SRCS = \ src/hash/ntapi_tt_crc64.c \ src/hash/ntapi_tt_populate_hashed_import_table.c \ src/internal/ntapi.c \ - src/internal/ntapi_debug.c \ src/internal/ntapi_entry_point.c \ + src/internal/ntapi_log.c \ src/internal/ntapi_open.c \ src/ipc/ntapi_ipc_connect.c \ src/ipc/ntapi_ipc_create_pipe_v1.c \ diff --git a/project/headers.mk b/project/headers.mk index f8bf78a..3e0e0ce 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -13,7 +13,6 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc64.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_daemon.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_dalist.h \ - $(SOURCE_DIR)/include/$(PACKAGE)/./nt_debug.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_device.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_exception.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_file.h \ @@ -26,6 +25,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_job.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_ldr.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_locale.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_log.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_memory.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_mount.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_msq.h \ -- cgit v1.2.3