diff options
author | midipix <writeonce@midipix.org> | 2017-07-30 21:21:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-07-31 08:43:35 -0400 |
commit | 6d572660b22e7ef9b07b2b380aca88fa949127b3 (patch) | |
tree | 2b809b027b646c17e318192be3495db3dbc1dd3f /src/port | |
parent | d9d1789535a1ef6b0bc6dde9fba721ac923fe86c (diff) | |
download | ntapi-6d572660b22e7ef9b07b2b380aca88fa949127b3.tar.bz2 ntapi-6d572660b22e7ef9b07b2b380aca88fa949127b3.tar.xz |
subsystem interfaces: normalized port name helper functions.
Diffstat (limited to 'src/port')
-rw-r--r-- | src/port/ntapi_port_name_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c index ae36c86..a918df7 100644 --- a/src/port/ntapi_port_name_helper.c +++ b/src/port/ntapi_port_name_helper.c @@ -119,7 +119,7 @@ void __stdcall __ntapi_tt_port_format_keys( } -void __stdcall __ntapi_tt_port_name_from_attributes( +void __stdcall __ntapi_tt_port_name_from_attr( __out nt_port_name * name, __in nt_port_attr * attr) { |