Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
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
cpp-libs
libnice
Commits
0bcbf1c2
Commit
0bcbf1c2
authored
Jul 09, 2020
by
Nirbheek Chauhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interfaces: Fix code style for function declarations
parent
79dae65b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
agent/interfaces.c
agent/interfaces.c
+6
-3
No files found.
agent/interfaces.c
View file @
0bcbf1c2
...
...
@@ -539,7 +539,8 @@ _nice_get_adapters_addresses (void)
return
addresses
;
}
GList
*
nice_interfaces_get_local_interfaces
(
void
)
GList
*
nice_interfaces_get_local_interfaces
(
void
)
{
IP_ADAPTER_ADDRESSES
*
addresses
,
*
a
;
GList
*
ret
=
NULL
;
...
...
@@ -558,7 +559,8 @@ GList * nice_interfaces_get_local_interfaces (void)
return
ret
;
}
GList
*
nice_interfaces_get_local_ips
(
gboolean
include_loopback
)
GList
*
nice_interfaces_get_local_ips
(
gboolean
include_loopback
)
{
IP_ADAPTER_ADDRESSES
*
addresses
,
*
a
;
DWORD
pref
=
0
;
...
...
@@ -635,7 +637,8 @@ GList * nice_interfaces_get_local_ips (gboolean include_loopback)
return
ret
;
}
gchar
*
nice_interfaces_get_ip_for_interface
(
gchar
*
interface_name
)
gchar
*
nice_interfaces_get_ip_for_interface
(
gchar
*
interface_name
)
{
IP_ADAPTER_ADDRESSES
*
addresses
,
*
a
;
IP_ADAPTER_UNICAST_ADDRESS
*
unicast
;
...
...
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