SDP_CLONE_SESSION(3COMMPUTIL)
Communication Protocol Parser Utilities Library Functions

NAME


sdp_clone_session - clone an SDP session structure

SYNOPSIS


cc [ flag...] file... -lcommputil [ library...]
#include <sdp.h>

sdp_session_t *sdp_clone_session(const sdp_session_t *session);


DESCRIPTION


The sdp_clone_session() function clones the input SDP session
structure and returns the cloned structure. The resulting cloned
structure has all the SDP fields from the input structure. The caller
is responsible for freeing the returned cloned structure using
sdp_free_session(), described on the sdp_free_session(3COMMPUTIL)
manual page.

RETURN VALUES


The sdp_clone_session() function returns the cloned structure on
success and NULL on failure.

ATTRIBUTES


See attributes(7) for descriptions of the following attributes:


+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+

SEE ALSO


sdp_free_session(3COMMPUTIL), libcommputil(3LIB), attributes(7)

October 12, 2007 SDP_CLONE_SESSION(3COMMPUTIL)

tribblix@gmail.com :: GitHub :: Privacy