From f9e9dfda7f6a9accddeffa927c3355dff8e492ac Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 29 Jul 2019 14:39:02 +0000 Subject: daemon routines: make __ntapi_dsr_{start|once} strictly internal functions. --- src/internal/ntapi_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/ntapi_impl.h b/src/internal/ntapi_impl.h index 2c2d162..cde1dc7 100644 --- a/src/internal/ntapi_impl.h +++ b/src/internal/ntapi_impl.h @@ -145,7 +145,6 @@ __attr_protected__ int32_t __ntapi_tt_open_file_utf8(void ** hfile, void * hat, __attr_protected__ int32_t __ntapi_tt_open_dir_utf8(void ** hfile, void * hat, const char * arg, int fprivate, wchar16_t *, uint32_t); /* daemon internals */ -__attr_protected__ int32_t __ntapi_dsr_start(nt_daemon_params *); __attr_protected__ int32_t __ntapi_dsr_connect_internal_client(nt_daemon_params *); __attr_protected__ int32_t __ntapi_dsr_internal_client_connect(nt_daemon_params *); -- cgit v1.2.3