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
a5ec0199
Commit
a5ec0199
authored
Jan 31, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add more spaces to header files
darcs-hash:20070131232926-c9803-d79432cb512cf4be4fb6937179c1882365818999.gz
parent
978ed9da
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
agent/address.h
agent/address.h
+6
-0
agent/candidate.h
agent/candidate.h
+3
-0
No files found.
agent/address.h
View file @
a5ec0199
...
@@ -27,16 +27,22 @@ struct _NiceAddress
...
@@ -27,16 +27,22 @@ struct _NiceAddress
NiceAddress
*
NiceAddress
*
nice_address_new
(
void
);
nice_address_new
(
void
);
void
void
nice_address_free
(
NiceAddress
*
addr
);
nice_address_free
(
NiceAddress
*
addr
);
NiceAddress
*
NiceAddress
*
nice_address_dup
(
NiceAddress
*
a
);
nice_address_dup
(
NiceAddress
*
a
);
void
void
nice_address_set_ipv4
(
NiceAddress
*
addr
,
guint32
addr_ipv4
);
nice_address_set_ipv4
(
NiceAddress
*
addr
,
guint32
addr_ipv4
);
gboolean
gboolean
nice_address_set_ipv4_from_string
(
NiceAddress
*
addr
,
gchar
*
str
);
nice_address_set_ipv4_from_string
(
NiceAddress
*
addr
,
gchar
*
str
);
gboolean
gboolean
nice_address_equal
(
NiceAddress
*
a
,
NiceAddress
*
b
);
nice_address_equal
(
NiceAddress
*
a
,
NiceAddress
*
b
);
gchar
*
gchar
*
nice_address_to_string
(
NiceAddress
*
addr
);
nice_address_to_string
(
NiceAddress
*
addr
);
...
...
agent/candidate.h
View file @
a5ec0199
...
@@ -37,10 +37,13 @@ struct _NiceCandidate
...
@@ -37,10 +37,13 @@ struct _NiceCandidate
NiceCandidate
*
NiceCandidate
*
nice_candidate_new
(
NiceCandidateType
type
);
nice_candidate_new
(
NiceCandidateType
type
);
void
void
nice_candidate_free
(
NiceCandidate
*
candidate
);
nice_candidate_free
(
NiceCandidate
*
candidate
);
gfloat
gfloat
nice_candidate_jingle_priority
(
NiceCandidate
*
candidate
);
nice_candidate_jingle_priority
(
NiceCandidate
*
candidate
);
guint32
guint32
nice_candidate_ice_priority
(
NiceCandidate
*
candidate
);
nice_candidate_ice_priority
(
NiceCandidate
*
candidate
);
...
...
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