Log In
runtime
/
ntapi
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
e62c29
pty query: client-side interfaces: revised and extended for api consistency.
Authored and Committed by
midipix
6 years ago
raw
patch
tree
parent
8 files changed.
106 lines added
.
37 lines removed
.
include/ntapi/nt_tty.h
file modified
+9
-0
include/ntapi/ntapi.h
file modified
+1
-0
project/common.mk
file modified
+1
-0
src/internal/ntapi.c
file modified
+1
-0
src/internal/ntapi_fnapi.h
file modified
+1
-0
src/pty/ntapi_pty_fd.c
file modified
+3
-7
src/pty/ntapi_pty_query.c
file modified
+3
-30
src/pty/ntapi_pty_xquery.c
file added
+87
pty query: client-side interfaces: revised and extended for api consistency.
include/ntapi/nt_tty.h
file modified
+9
-0
include/ntapi/ntapi.h
file modified
+1
-0
project/common.mk
file modified
+1
-0
src/internal/ntapi.c
file modified
+1
-0
src/internal/ntapi_fnapi.h
file modified
+1
-0
src/pty/ntapi_pty_fd.c
file modified
+3
-7
src/pty/ntapi_pty_query.c
file modified
+3
-30
src/pty/ntapi_pty_xquery.c
file added
+87