=== modified file 'termkey-internal.h' --- termkey-internal.h 2012-03-26 17:30:04 +0000 +++ termkey-internal.h 2012-03-08 21:15:25 +0000 @@ -30,7 +30,7 @@ struct TermKeyDriverNode *next; }; -struct TermKey { +struct _TermKey { int fd; int flags; int canonflags; === modified file 'termkey.h.in' --- termkey.h.in 2012-03-26 17:30:04 +0000 +++ termkey.h.in 2012-03-08 21:24:39 +0000 @@ -136,7 +136,7 @@ char utf8[7]; } TermKeyKey; -typedef struct TermKey TermKey; +typedef struct _TermKey TermKey; enum { TERMKEY_FLAG_NOINTERPRET = 1 << 0, /* Do not interpret C0//DEL codes if possible */