s/eatbytes/eat_bytes/ - nicer API name

This commit is contained in:
Paul LeoNerd Evans
2008-10-07 23:57:01 +01:00
parent 145dca73b2
commit 8407c53726
3 changed files with 17 additions and 17 deletions

View File

@@ -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;
};