diff options
author | midipix <writeonce@midipix.org> | 2019-05-13 09:02:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-13 06:03:42 -0400 |
commit | 1c3ec496b1b788c1b83d5a187e82b45c0bd204f2 (patch) | |
tree | cae984fc41f672cf3cfa734b08439d40ca10e324 /include | |
parent | ccc0f92d334fa45eb37b0f08eed0bb52be022bf4 (diff) | |
download | ntapi-1c3ec496b1b788c1b83d5a187e82b45c0bd204f2.tar.bz2 ntapi-1c3ec496b1b788c1b83d5a187e82b45c0bd204f2.tar.xz |
tty API: renamed NT_TTY_LOG_WRITE --> NT_TTY_LOG_ENTRY.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index fc4702a..b547e21 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -70,7 +70,7 @@ typedef enum _nt_tty_opcode { NT_TTY_QUERY_INFORMATION_MSGQUEUE, NT_TTY_QUERY_INFORMATION_AFLOCK, /* session log */ - NT_TTY_LOG_WRITE, + NT_TTY_LOG_ENTRY, NT_TTY_LOG_QUERY, /* peer daemon calls */ NT_TTY_REQUEST_PEER, |