From f0612f166a5fa51d09498baa19a327c5cf36941f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 May 2011 16:27:03 +0200 Subject: RTSP: convert protocol-specific checks to generic Add a 'readwrite' function to the protocol handler struct and use that for the extra readwrite functionality RTSP needs. --- lib/tftp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tftp.c') diff --git a/lib/tftp.c b/lib/tftp.c index d753d6d5a..661238987 100644 --- a/lib/tftp.c +++ b/lib/tftp.c @@ -196,6 +196,7 @@ const struct Curl_handler Curl_handler_tftp = { tftp_getsock, /* doing_getsock */ ZERO_NULL, /* perform_getsock */ tftp_disconnect, /* disconnect */ + ZERO_NULL, /* readwrite */ PORT_TFTP, /* defport */ CURLPROTO_TFTP, /* protocol */ PROTOPT_NONE /* flags */ -- cgit v1.2.3