Skip to content

Commit

Permalink
Remove usage of non-public symbols that lead to rejection on Apple Ap…
Browse files Browse the repository at this point in the history
…p Store

The removed code is only called by the CUPS backend.

Related to apple#5516
  • Loading branch information
svenmuennich committed Jan 11, 2021
1 parent f43dc50 commit 70bc193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 608 deletions.
3 changes: 0 additions & 3 deletions cups/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,6 @@ extern int httpAddrClose(http_addr_t *addr, int fd) _CUPS_API_2_0;
extern int httpAddrFamily(http_addr_t *addr) _CUPS_API_2_0;
extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2) _CUPS_API_2_0;
extern int httpCredentialsAreValidForName(cups_array_t *credentials, const char *common_name);
extern time_t httpCredentialsGetExpiration(cups_array_t *credentials) _CUPS_API_2_0;
extern http_trust_t httpCredentialsGetTrust(cups_array_t *credentials, const char *common_name) _CUPS_API_2_0;
extern size_t httpCredentialsString(cups_array_t *credentials, char *buffer, size_t bufsize) _CUPS_API_2_0;
extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
extern time_t httpGetActivity(http_t *http) _CUPS_API_2_0;
extern http_addr_t *httpGetAddress(http_t *http) _CUPS_API_2_0;
Expand Down
Loading

0 comments on commit 70bc193

Please sign in to comment.