0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Better prototypes.

This commit is contained in:
Martin Mares 2004-06-05 09:57:49 +00:00
parent 54c411f6af
commit 2f6de49f8c

View 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);