We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e09ee commit dcdf9fcCopy full SHA for dcdf9fc
1 file changed
cups/http.h
@@ -493,7 +493,6 @@ extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding, const char
493
extern void httpSetAuthString(http_t *http, const char *scheme, const char *data) _CUPS_PUBLIC;
494
extern void httpSetBlocking(http_t *http, bool b) _CUPS_PUBLIC;
495
extern void httpSetCookie(http_t *http, const char *cookie) _CUPS_PUBLIC;
496
-extern bool httpSetCredentialsAndKey(http_t *http, const char *credentials, const char *key) _CUPS_PUBLIC;
497
extern void httpSetDefaultField(http_t *http, http_field_t field, const char *value) _CUPS_PUBLIC;
498
extern bool httpSetEncryption(http_t *http, http_encryption_t e) _CUPS_PUBLIC;
499
extern void httpSetExpect(http_t *http, http_status_t expect) _CUPS_PUBLIC;
0 commit comments