From 8407c53726309aeb7388fe8a60ede102aef623a6 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Tue, 7 Oct 2008 23:57:01 +0100 Subject: s/eatbytes/eat_bytes/ - nicer API name --- termkey-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'termkey-internal.h') 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; }; -- cgit v1.2.3