Skip to content

Commit dcdf9fc

Browse files
committed
Remove bogus httpSetCredentialsAndKey prototype (Issue #114)
1 parent 15e09ee commit dcdf9fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cups/http.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding, const char
493493
extern void httpSetAuthString(http_t *http, const char *scheme, const char *data) _CUPS_PUBLIC;
494494
extern void httpSetBlocking(http_t *http, bool b) _CUPS_PUBLIC;
495495
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;
497496
extern void httpSetDefaultField(http_t *http, http_field_t field, const char *value) _CUPS_PUBLIC;
498497
extern bool httpSetEncryption(http_t *http, http_encryption_t e) _CUPS_PUBLIC;
499498
extern void httpSetExpect(http_t *http, http_status_t expect) _CUPS_PUBLIC;

0 commit comments

Comments
 (0)