diff options
| author | Chih-Hung Hsieh <[email protected]> | 2015-09-04 12:04:11 -0700 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-09-07 22:04:21 +0200 |
| commit | aa1c2ca808a267a5a3c372de5461c1f67f9a8869 (patch) | |
| tree | 099c81057ef43a2717c6549f05b09d785889377d /libebl/eblstother.c | |
| parent | 2ec957327cdfae6cee592a52958a9c937ea4b13c (diff) | |
Replace some K&R function definitions with ansi-C definitions.
Signed-off-by: Chih-Hung Hsieh <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libebl/eblstother.c')
| -rw-r--r-- | libebl/eblstother.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libebl/eblstother.c b/libebl/eblstother.c index ccbf138b..273f6fc1 100644 --- a/libebl/eblstother.c +++ b/libebl/eblstother.c @@ -34,9 +34,7 @@ bool -ebl_check_st_other_bits (ebl, st_other) - Ebl *ebl; - unsigned char st_other; +ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other) { return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other))); |
