diff options
Diffstat (limited to 'libebl/eblobjnote.c')
| -rw-r--r-- | libebl/eblobjnote.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libebl/eblobjnote.c b/libebl/eblobjnote.c index b9bf1c0b..fa1eb93a 100644 --- a/libebl/eblobjnote.c +++ b/libebl/eblobjnote.c @@ -39,12 +39,8 @@ void -ebl_object_note (ebl, name, type, descsz, desc) - Ebl *ebl; - const char *name; - uint32_t type; - uint32_t descsz; - const char *desc; +ebl_object_note (Ebl *ebl, const char *name, uint32_t type, + uint32_t descsz, const char *desc) { if (! ebl->object_note (name, type, descsz, desc)) /* The machine specific function did not know this type. */ |
