diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2009-07-15 20:40:44 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2009-07-15 20:40:44 +0100 |
commit | be998cef1b8a46391956dc212ef3bf1351da0f3a (patch) | |
tree | b5634e51fc74ca524f94a05ece2ddc430994ec58 /termkey_set_waittime.3 | |
parent | af50967d12929b5745e868796ba50e4ee9b54f6d (diff) | |
download | termo-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.3 | 4 |
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. |