From 85d44442e9df5f070c0a9a7470acf76f21961d7f Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Mar 2012 18:30:04 +0100 Subject: Avoid the underscore in struct _TermKey --- termkey-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'termkey-internal.h') 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; -- cgit v1.2.3