commit | cc9e4321d38f26fec59789a7b3a3bf6a0bf27ce4 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Wed Mar 23 17:27:58 2011 +0100 |
committer | Daniel Stenberg <daniel@haxx.se> | Wed Mar 23 17:27:58 2011 +0100 |
tree | db6c731511c58f524ef569bca41c2d4c638e8116 | |
parent | 970587567ec809f47b7c51ff015a4277eb75813a [diff] |
rtsp: move protocol code to dedicated file The RTSP-specific function for checking for "dead" connection is better located in rtsp.c. The code using this is now written without #ifdefs as the function call is instead turned into a macro (in rtsp.h) when RTSP is disabled.