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