RTSP: cleanups

Made several functions static

Made one function defined to nothing when RTSP is disabled to avoid
the #ifdefs in code.

Removed explicit rtsp.h includes
This commit is contained in:
Daniel Stenberg
2011-05-05 16:53:05 +02:00
parent f0612f166a
commit 9c629e5348
6 changed files with 19 additions and 23 deletions

View File

@@ -139,7 +139,6 @@ int curl_win32_idn_to_ascii(const char *in, char **out);
#include "inet_ntop.h"
#include "http_ntlm.h"
#include "socks.h"
#include "rtsp.h"
#include "curl_rtmp.h"
#include "gopher.h"