Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libloc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
libloc
Commits
92a9f734
Commit
92a9f734
authored
Sep 30, 2021
by
Michael Tremer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make loc_network_tree_* functions propertly private
Signed-off-by:
Michael Tremer
<
michael.tremer@ipfire.org
>
parent
22d8abdc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
src/libloc.sym
src/libloc.sym
+0
-11
src/libloc/network.h
src/libloc/network.h
+0
-1
No files found.
src/libloc.sym
View file @
92a9f734
LIBLOC_PRIVATE {
global:
# Network Tree
loc_network_tree_add_network;
loc_network_tree_count_networks;
loc_network_tree_count_nodes;
loc_network_tree_dump;
loc_network_tree_new;
loc_network_tree_unref;
};
LIBLOC_1 {
global:
loc_ref;
...
...
src/libloc/network.h
View file @
92a9f734
...
...
@@ -68,7 +68,6 @@ struct loc_network_list* loc_network_exclude_list(
#ifdef LIBLOC_PRIVATE
static
inline
struct
in6_addr
address_increment
(
const
struct
in6_addr
*
address
)
{
struct
in6_addr
a
=
*
address
;
...
...
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