From be998cef1b8a46391956dc212ef3bf1351da0f3a Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 15 Jul 2009 20:40:44 +0100 Subject: Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions --- termkey_set_flags.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'termkey_set_flags.3') diff --git a/termkey_set_flags.3 b/termkey_set_flags.3 index 6365a91..c6f47a6 100644 --- a/termkey_set_flags.3 +++ b/termkey_set_flags.3 @@ -5,9 +5,9 @@ termkey_set_flags, termkey_get_flags \- control the operational flags .nf .B #include .sp -.BI "void termkey_set_flags(termkey_t *" tk ", int " newflags ); +.BI "void termkey_set_flags(TermKey *" tk ", int " newflags ); .br -.BI "int termkey_get_flags(termkey_t *" tk ); +.BI "int termkey_get_flags(TermKey *" tk ); .fi .sp Link with \fI-ltermkey\fP. -- cgit v1.2.3