mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +03:00
rtsp.c: converted to C
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
This commit is contained in:
parent
8e2de86723
commit
657d02fbac
2 changed files with 272 additions and 254 deletions
|
|
@ -4,7 +4,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
|
|||
https multi-app multi-debugcallback multi-double multi-post multi-single \
|
||||
persistant post-callback postit2 sepheaders simple simplepost simplessl \
|
||||
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
|
||||
smtp-multi simplesmtp smtp-tls
|
||||
smtp-multi simplesmtp smtp-tls rtsp
|
||||
|
||||
# These examples require external dependencies that may not be commonly
|
||||
# available on POSIX systems, so don't bother attempting to compile them here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue