aboutsummaryrefslogtreecommitdiff
path: root/termkey-internal.h
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-10-07 23:57:01 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-10-07 23:57:01 +0100
commit8407c53726309aeb7388fe8a60ede102aef623a6 (patch)
tree48a1e74fd2acdbf62ed5f6f727cb31e9e6450d69 /termkey-internal.h
parent145dca73b24f361d54c48a9ad689abf64663c684 (diff)
downloadtermo-8407c53726309aeb7388fe8a60ede102aef623a6.tar.gz
termo-8407c53726309aeb7388fe8a60ede102aef623a6.tar.xz
termo-8407c53726309aeb7388fe8a60ede102aef623a6.zip
s/eatbytes/eat_bytes/ - nicer API name
Diffstat (limited to 'termkey-internal.h')
-rw-r--r--termkey-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey-internal.h b/termkey-internal.h
index 4278c6a..271e628 100644
--- a/termkey-internal.h
+++ b/termkey-internal.h
@@ -37,7 +37,7 @@ struct termkey {
// Now some "protected" methods for the driver to call but which we don't
// want exported as real symbols in the library
struct {
- void (*eatbytes)(termkey_t *tk, size_t count);
+ void (*eat_bytes)(termkey_t *tk, size_t count);
} method;
};