aboutsummaryrefslogtreecommitdiff
path: root/termkey_set_waittime.3
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2009-07-15 20:40:44 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2009-07-15 20:40:44 +0100
commitbe998cef1b8a46391956dc212ef3bf1351da0f3a (patch)
treeb5634e51fc74ca524f94a05ece2ddc430994ec58 /termkey_set_waittime.3
parentaf50967d12929b5745e868796ba50e4ee9b54f6d (diff)
downloadtermo-be998cef1b8a46391956dc212ef3bf1351da0f3a.tar.gz
termo-be998cef1b8a46391956dc212ef3bf1351da0f3a.tar.xz
termo-be998cef1b8a46391956dc212ef3bf1351da0f3a.zip
Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions
Diffstat (limited to 'termkey_set_waittime.3')
-rw-r--r--termkey_set_waittime.34
1 files changed, 2 insertions, 2 deletions
diff --git a/termkey_set_waittime.3 b/termkey_set_waittime.3
index 87fc82b..da2d013 100644
--- a/termkey_set_waittime.3
+++ b/termkey_set_waittime.3
@@ -5,9 +5,9 @@ termkey_set_waittime, termkey_get_waittime \- control the wait time for multibyt
.nf
.B #include <termkey.h>
.sp
-.BI "void termkey_set_waittime(termkey_t *" tk ", int " msec );
+.BI "void termkey_set_waittime(TermKey *" tk ", int " msec );
.br
-.BI "int termkey_get_waittime(termkey_t *" tk );
+.BI "int termkey_get_waittime(TermKey *" tk );
.fi
.sp
Link with \fI-ltermkey\fP.