From 1c3ec496b1b788c1b83d5a187e82b45c0bd204f2 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 13 May 2019 09:02:04 +0000 Subject: tty API: renamed NT_TTY_LOG_WRITE --> NT_TTY_LOG_ENTRY. --- include/ntapi/nt_tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3