diff options
Diffstat (limited to 'termkey-internal.h')
-rw-r--r-- | termkey-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey-internal.h b/termkey-internal.h index 17ff677..d23f68c 100644 --- a/termkey-internal.h +++ b/termkey-internal.h @@ -30,7 +30,7 @@ struct TermKeyDriverNode { struct TermKeyDriverNode *next; }; -struct _TermKey { +struct TermKey { int fd; int flags; int canonflags; |