mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Better commenting on methods
This commit is contained in:
@@ -79,7 +79,7 @@ static int initializeRtspRequest(PRTSP_MESSAGE msg, char* command, char* target)
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Returns 1 on success, 0 otherwise */
|
||||
/* Send RTSP message and get response */
|
||||
static int transactRtspMessage(PRTSP_MESSAGE request, PRTSP_MESSAGE response) {
|
||||
SOCK_RET err;
|
||||
int ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user