diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-08 21:24:39 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-08 21:24:39 +0000 |
commit | cb00476f09d5ab7e342f562e6c516f23c98aac88 (patch) | |
tree | 131208b1525223daa17a78fdb5e4e90032923c1d /termkey.h.in | |
parent | 43a83e6e96ce1bce7fffa2060278d7acdaafa445 (diff) | |
download | termo-cb00476f09d5ab7e342f562e6c516f23c98aac88.tar.gz termo-cb00476f09d5ab7e342f562e6c516f23c98aac88.tar.xz termo-cb00476f09d5ab7e342f562e6c516f23c98aac88.zip |
Added a termkey_is_started() accessor; unit test it a bit
Diffstat (limited to 'termkey.h.in')
-rw-r--r-- | termkey.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey.h.in b/termkey.h.in index 5b7a2ce..a96a9a2 100644 --- a/termkey.h.in +++ b/termkey.h.in @@ -163,6 +163,7 @@ void termkey_destroy(TermKey *tk); int termkey_start(TermKey *tk); int termkey_stop(TermKey *tk); +int termkey_is_started(TermKey *tk); int termkey_get_fd(TermKey *tk); |