Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
0355b936
Commit
0355b936
authored
Nov 07, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed sip_object() prototype.
darcs-hash:20051107182138-65a35-1063296b51cd7aedec6907035fbb33f021718066.gz
parent
8a6b5af2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/sip/sip_protos.h.in
libsofia-sip-ua/sip/sip_protos.h.in
+1
-1
No files found.
libsofia-sip-ua/sip/sip_protos.h.in
View file @
0355b936
...
...
@@ -54,7 +54,7 @@
#if SU_HAVE_INLINE
/** Get SIP structure from msg. */
su_inline
sip_t *sip_object(msg_t *msg)
sip_t *sip_object(msg_t
const
*msg)
{
return (sip_t *)msg_public(msg, SIP_PROTOCOL_TAG);
}
...
...
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