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_get_fd.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_get_fd.3')
-rw-r--r-- | termkey_get_fd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey_get_fd.3 b/termkey_get_fd.3 index 653e1cf..5e648d6 100644 --- a/termkey_get_fd.3 +++ b/termkey_get_fd.3 @@ -5,7 +5,7 @@ termkey_get_fd \- obtain the file descriptor for the terminal .nf .B #include <termkey.h> .sp -.BI "int termkey_get_fd(termkey_t *" tk ); +.BI "int termkey_get_fd(TermKey *" tk ); .fi .sp Link with \fI-ltermkey\fP. |