SDP_CLONE_SESSION(3COMMPUTIL) Communication Protocol Parser Utilities Library Functions SDP_CLONE_SESSION(3COMMPUTIL)

sdp_clone_session - clone an SDP session structure

cc [ flag...] file... -lcommputil [ library...]
#include <sdp.h>
sdp_session_t *sdp_clone_session(const sdp_session_t *session);

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.

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

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

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
MT-Level Safe

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

October 12, 2007 OmniOS