mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05:00
quic.h: remove unused proto
This commit is contained in:
parent
125884e466
commit
362d59edab
@ -34,9 +34,6 @@
|
|||||||
|
|
||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
|
|
||||||
/* generic */
|
|
||||||
const char *Curl_quic_backend(void);
|
|
||||||
|
|
||||||
/* functions provided by the specific backends */
|
/* functions provided by the specific backends */
|
||||||
CURLcode Curl_quic_connect(struct connectdata *conn,
|
CURLcode Curl_quic_connect(struct connectdata *conn,
|
||||||
curl_socket_t sockfd,
|
curl_socket_t sockfd,
|
||||||
@ -46,9 +43,6 @@ CURLcode Curl_quic_is_connected(struct connectdata *conn, int sockindex,
|
|||||||
bool *done);
|
bool *done);
|
||||||
int Curl_quic_ver(char *p, size_t len);
|
int Curl_quic_ver(char *p, size_t len);
|
||||||
|
|
||||||
#else
|
|
||||||
/* no QUIC */
|
|
||||||
#define Curl_quic_backend() ""
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* HEADER_CURL_QUIC_H */
|
#endif /* HEADER_CURL_QUIC_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user