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(5) for descriptions of the following attributes:
|
libcommputil(3LIB), sdp_free_session(3COMMPUTIL), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |