rtsp.c: converted to C
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Aug 2011 08:57:50 +0000 (10:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Aug 2011 08:57:50 +0000 (10:57 +0200)
commit657d02fbaca47a8f3a13982f450c7001fc40cc0b
treefc5d85e295b301e9df09b36b149456eae158a9e6
parent8e2de86723e15f625f0c272ae2098554d10f03d0
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.
docs/examples/Makefile.inc
docs/examples/rtsp.c