Better prototypes.
This commit is contained in:
parent
54c411f6af
commit
2f6de49f8c
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue