From d9d1789535a1ef6b0bc6dde9fba721ac923fe86c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 30 Jul 2017 21:21:21 +0000 Subject: subsystem interfaces: integrated extended port name helper functions. --- src/internal/ntapi_fnapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/internal/ntapi_fnapi.h') diff --git a/src/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h index 09d87b6..5f682b8 100644 --- a/src/internal/ntapi_fnapi.h +++ b/src/internal/ntapi_fnapi.h @@ -138,6 +138,9 @@ ntapi_tt_port_type_from_guid __ntapi_tt_port_type_from_guid; ntapi_tt_port_generate_keys __ntapi_tt_port_generate_keys; ntapi_tt_port_format_keys __ntapi_tt_port_format_keys; ntapi_tt_port_name_from_attributes __ntapi_tt_port_name_from_attributes; +ntapi_tt_port_attr_from_name __ntapi_tt_port_attr_from_name; +ntapi_tt_port_attr_from_string __ntapi_tt_port_attr_from_string; +ntapi_tt_port_attr_from_symlink __ntapi_tt_port_attr_from_symlink; /* nt_argv.h */ ntapi_tt_get_cmd_line_utf16 __ntapi_tt_get_cmd_line_utf16; -- cgit v1.2.3