mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
Added per-protocol callback static tables, replacing callback ptr storage
in the connectdata structure by a single handler table ptr.
This commit is contained in:
parent
2741f97a69
commit
07b6e7363d
19 changed files with 713 additions and 410 deletions
|
|
@ -24,8 +24,6 @@
|
|||
* $Id$
|
||||
***************************************************************************/
|
||||
#ifndef CURL_DISABLE_TFTP
|
||||
CURLcode Curl_tftp_connect(struct connectdata *conn, bool *done);
|
||||
CURLcode Curl_tftp(struct connectdata *conn, bool *done);
|
||||
CURLcode Curl_tftp_done(struct connectdata *conn, CURLcode, bool premature);
|
||||
extern const struct Curl_handler Curl_handler_tftp;
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue