mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
Use _free rather than _destroy so as not to mix naming conventions.
Convert C++ comments to C. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2349 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
91edf9eaca
commit
ce9a41ef06
2 changed files with 29 additions and 28 deletions
|
|
@ -48,7 +48,7 @@ typedef struct pa_rtsp_context {
|
|||
} pa_rtsp_context;
|
||||
|
||||
pa_rtsp_context* pa_rtsp_context_new(const char* useragent);
|
||||
void pa_rtsp_context_destroy(pa_rtsp_context* c);
|
||||
void pa_rtsp_context_free(pa_rtsp_context* c);
|
||||
|
||||
int pa_rtsp_connect(pa_rtsp_context* c, const char* hostname, uint16_t port, const char* sid);
|
||||
void pa_rtsp_disconnect(pa_rtsp_context* c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue