Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BIRD Internet Routing Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
2f6de49f
Commit
2f6de49f
authored
Jun 05, 2004
by
Martin Mareš
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better prototypes.
parent
54c411f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/bitops.h
lib/bitops.h
+2
-2
No files found.
lib/bitops.h
View file @
2f6de49f
...
...
@@ -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
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment