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
0ed6ff6d
Commit
0ed6ff6d
authored
Jan 07, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make stun_message_new non-static
darcs-hash:20070107151854-c9803-a6e6eb8c0f1fcca11da919fc6614ef1c4e0ced1b.gz
parent
782c9584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
stun/stun.c
stun/stun.c
+1
-1
stun/stun.h
stun/stun.h
+2
-0
No files found.
stun/stun.c
View file @
0ed6ff6d
...
...
@@ -95,7 +95,7 @@ stun_attribute_dump(StunAttribute *attr)
}
}
static
StunMessage
*
StunMessage
*
stun_message_new
(
guint
type
)
{
StunMessage
*
msg
=
g_slice_alloc0
(
sizeof
(
StunMessage
));
...
...
stun/stun.h
View file @
0ed6ff6d
...
...
@@ -59,6 +59,8 @@ stun_attribute_dump(StunAttribute *attr);
StunAttribute
*
stun_attribute_unpack
(
guint
length
,
const
gchar
*
s
);
StunMessage
*
stun_message_new
(
guint
type
);
StunMessage
*
stun_message_binding_request_new
();
void
...
...
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