summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-10 01:16:26 -0400
committermidipix <writeonce@midipix.org>2016-05-14 07:18:24 -0400
commit25347d2a2820f20f30c8556baef36fe6e7067a79 (patch)
tree18a04c2166b2a72ea7bccce82994ab7b50628806 /project
parent71dc38b91f0468c8f520e91ff005330352c01d25 (diff)
downloadntapi-25347d2a2820f20f30c8556baef36fe6e7067a79.tar.bz2
ntapi-25347d2a2820f20f30c8556baef36fe6e7067a79.tar.xz
internals: __ntapi_log_write(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 09b3e7c..84db879 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -69,6 +69,7 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/./ntapi_fnapi.h \
$(PROJECT_DIR)/src/internal/./ntapi_hash_table.h \
$(PROJECT_DIR)/src/internal/./ntapi_impl.h \
+ $(PROJECT_DIR)/src/internal/./ntapi_log.h \
$(PROJECT_DIR)/src/internal/./ntapi_pty.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) \