aboutsummaryrefslogtreecommitdiff
path: root/termkey-internal.h
diff options
context:
space:
mode:
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;
};