Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
b223ea60
Commit
b223ea60
authored
Mar 06, 2014
by
Guillaume Beraudo
Browse files
C++ decls
parent
7eda9195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
include/belle-sip/belle-sdp.h
include/belle-sip/belle-sdp.h
+4
-0
No files found.
include/belle-sip/belle-sdp.h
View file @
b223ea60
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
#define BELLE_SDP_CAST(obj,t) BELLE_SIP_CAST(obj,t)
#define BELLE_SDP_CAST(obj,t) BELLE_SIP_CAST(obj,t)
BELLE_SIP_BEGIN_DECLS
/***************************************************************************************
/***************************************************************************************
* Attribute
* Attribute
*
*
...
@@ -366,4 +368,6 @@ BELLESIP_EXPORT void belle_sdp_session_description_set_uri(belle_sdp_session_des
...
@@ -366,4 +368,6 @@ BELLESIP_EXPORT void belle_sdp_session_description_set_uri(belle_sdp_session_des
BELLESIP_EXPORT
void
belle_sdp_session_description_set_version
(
belle_sdp_session_description_t
*
session_description
,
belle_sdp_version_t
*
v
);
BELLESIP_EXPORT
void
belle_sdp_session_description_set_version
(
belle_sdp_session_description_t
*
session_description
,
belle_sdp_version_t
*
v
);
BELLESIP_EXPORT
void
belle_sdp_session_description_set_zone_adjustments
(
belle_sdp_session_description_t
*
session_description
,
belle_sdp_uri_t
*
zoneAdjustments
);
BELLESIP_EXPORT
void
belle_sdp_session_description_set_zone_adjustments
(
belle_sdp_session_description_t
*
session_description
,
belle_sdp_uri_t
*
zoneAdjustments
);
#define BELLE_SDP_SESSION_DESCRIPTION(t) BELLE_SDP_CAST(t,belle_sdp_session_description_t)
#define BELLE_SDP_SESSION_DESCRIPTION(t) BELLE_SDP_CAST(t,belle_sdp_session_description_t)
BELLE_SIP_END_DECLS
#endif
/* BELLE_SDP_H_ */
#endif
/* BELLE_SDP_H_ */
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