From 1c3ec496b1b788c1b83d5a187e82b45c0bd204f2 Mon Sep 17 00:00:00 2001 From: midipix Date: May 13 2019 10:03:42 +0000 Subject: tty API: renamed NT_TTY_LOG_WRITE --> NT_TTY_LOG_ENTRY. --- 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,