-
- Downloads
protocols: use CURLPROTO_ internally
The PROT_* set of internal defines for the protocols is no longer used. We now use the same bits internally as we have defined in the public header using the CURLPROTO_ prefix. This is for simplicity and because the PROT_* prefix was already used duplicated internally for a set of KRB4 values. The PROTOPT_* defines were moved up to just below the struct definition within which they are used.
Showing
- lib/curl_rtmp.c 6 additions, 6 deletionslib/curl_rtmp.c
- lib/dict.c 1 addition, 1 deletionlib/dict.c
- lib/file.c 1 addition, 1 deletionlib/file.c
- lib/ftp.c 5 additions, 5 deletionslib/ftp.c
- lib/gopher.c 1 addition, 1 deletionlib/gopher.c
- lib/http.c 18 additions, 18 deletionslib/http.c
- lib/imap.c 6 additions, 6 deletionslib/imap.c
- lib/openldap.c 2 additions, 2 deletionslib/openldap.c
- lib/pop3.c 5 additions, 5 deletionslib/pop3.c
- lib/rtsp.c 1 addition, 1 deletionlib/rtsp.c
- lib/sendf.c 1 addition, 1 deletionlib/sendf.c
- lib/smtp.c 5 additions, 5 deletionslib/smtp.c
- lib/ssh.c 7 additions, 7 deletionslib/ssh.c
- lib/telnet.c 1 addition, 1 deletionlib/telnet.c
- lib/tftp.c 1 addition, 1 deletionlib/tftp.c
- lib/transfer.c 11 additions, 10 deletionslib/transfer.c
- lib/url.c 9 additions, 9 deletionslib/url.c
- lib/urldata.h 13 additions, 40 deletionslib/urldata.h
Loading
Please register or sign in to comment