summaryrefslogtreecommitdiffstats
path: root/libebl/eblsectionname.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebl/eblsectionname.c')
-rw-r--r--libebl/eblsectionname.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/libebl/eblsectionname.c b/libebl/eblsectionname.c
index 81c7add5..21c537ff 100644
--- a/libebl/eblsectionname.c
+++ b/libebl/eblsectionname.c
@@ -36,14 +36,8 @@
const char *
-ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum)
- Ebl *ebl;
- int section;
- int xsection;
- char *buf;
- size_t len;
- const char *scnnames[];
- size_t shnum;
+ebl_section_name (Ebl *ebl, int section, int xsection, char *buf, size_t len,
+ const char *scnnames[], size_t shnum)
{
const char *res = ebl != NULL ? ebl->section_name (section, xsection,
buf, len) : NULL;