diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ntapi.c | 2 | ||||
-rw-r--r-- | src/internal/ntapi_fnapi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/ntapi.c b/src/internal/ntapi.c index f6eb0b2..12ef163 100644 --- a/src/internal/ntapi.c +++ b/src/internal/ntapi.c @@ -250,7 +250,7 @@ static int32_t __fastcall __ntapi_init_once(ntapi_vtbl ** pvtbl) __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_name_from_attr = __ntapi_tt_port_name_from_attr; __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; diff --git a/src/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h index 5f682b8..84a8e59 100644 --- a/src/internal/ntapi_fnapi.h +++ b/src/internal/ntapi_fnapi.h @@ -137,7 +137,7 @@ ntapi_tt_port_guid_from_type __ntapi_tt_port_guid_from_type; 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_name_from_attr __ntapi_tt_port_name_from_attr; 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; |