From: Martin Mares Date: Sat, 5 Jun 2004 09:57:49 +0000 (+0000) Subject: Better prototypes. X-Git-Tag: v1.2.0~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6de49f8c4d9c7ebd12554d386037e5b063beda;p=thirdparty%2Fbird.git Better prototypes. --- diff --git a/lib/bitops.h b/lib/bitops.h index 6bfc95ffb..1b6dc68ef 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);