s/eatbytes/eat_bytes/ - nicer API name
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user