mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:41:41 +03:00
parent
80739fa89d
commit
060e479a19
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ struct ulbits {
|
|||
*
|
||||
* Designed to never block.
|
||||
*/
|
||||
static CURLcode imap_sendf(struct Curl_easy *data,
|
||||
struct imap_conn *imapc,
|
||||
const char *fmt, ...) CURL_PRINTF(3, 0);
|
||||
static CURLcode imap_sendf(struct Curl_easy *data,
|
||||
struct imap_conn *imapc,
|
||||
const char *fmt, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue