From 2f6de49f8c4d9c7ebd12554d386037e5b063beda Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:57:49 +0000 Subject: Better prototypes. --- lib/bitops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/bitops.h b/lib/bitops.h index 6bfc95f..1b6dc68 100644 --- a/lib/bitops.h +++ b/lib/bitops.h @@ -15,5 +15,5 @@ * u32_masklen Inverse operation to u32_mkmask, -1 if not a bitmask. */ -u32 u32_mkmask(unsigned); -int u32_masklen(u32); +u32 u32_mkmask(unsigned n); +int u32_masklen(u32 x); -- cgit v1.2.3