File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -498,8 +498,7 @@ extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding, const char
498498extern void httpSetAuthString (http_t * http , const char * scheme , const char * data ) _CUPS_PUBLIC ;
499499extern void httpSetBlocking (http_t * http , bool b ) _CUPS_PUBLIC ;
500500extern void httpSetCookie (http_t * http , const char * cookie ) _CUPS_PUBLIC ;
501- extern int httpSetCredentials (http_t * http , cups_array_t * certs ) _CUPS_DEPRECATED_MSG ("Use httpSetCredentialsAndKey instead .");
502- extern bool httpSetCredentialsAndKey (http_t * http , const char * credentials , const char * key ) _CUPS_PUBLIC ;
501+ extern int httpSetCredentials (http_t * http , cups_array_t * certs ) _CUPS_DEPRECATED_MSG ("Use cupsSetClientCredentials instead .");
503502extern void httpSetDefaultField (http_t * http , http_field_t field , const char * value ) _CUPS_PUBLIC ;
504503extern bool httpSetEncryption (http_t * http , http_encryption_t e ) _CUPS_PUBLIC ;
505504extern void httpSetExpect (http_t * http , http_status_t expect ) _CUPS_PUBLIC ;
You can’t perform that action at this time.
0 commit comments