]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Better prototypes.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:57:49 +0000 (09:57 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:57:49 +0000 (09:57 +0000)
lib/bitops.h

index 6bfc95ffb64f339a6275fd146c098e355f34f6a7..1b6dc68ef079c106491a809fffb67008e1ecadb9 100644 (file)
@@ -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);