summaryrefslogtreecommitdiff
path: root/cups/http.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-04 15:54:22 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-04 15:54:22 +0000
commit48bd1142c9f9b61816e64e76e4671c69208487ce (patch)
tree231c3d7956587f6c3fc795633434709c6fea9424 /cups/http.h
parent5ec1fd3d9e344d8a81466346d0a259fa6c1f0c36 (diff)
downloadcups-48bd1142c9f9b61816e64e76e4671c69208487ce.tar.gz
Re-enable name resolution of client addresses.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11325 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http.h')
-rw-r--r--cups/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/http.h b/cups/http.h
index ce2c25152..139538728 100644
--- a/cups/http.h
+++ b/cups/http.h
@@ -615,6 +615,7 @@ extern http_state_t httpWriteResponse(http_t *http,
/**** New in CUPS 2.0 ****/
extern int httpAddrFamily(http_addr_t *addr) _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;
extern http_encryption_t httpGetEncryption(http_t *http) _CUPS_API_2_0;
@@ -623,6 +624,7 @@ extern size_t httpGetReady(http_t *http) _CUPS_API_2_0;
extern size_t httpGetRemaining(http_t *http) _CUPS_API_2_0;
extern int httpIsChunked(http_t *http) _CUPS_API_2_0;
extern int httpIsEncrypted(http_t *http) _CUPS_API_2_0;
+extern const char *httpResolveHostname(http_t *http, char *buffer, size_t bufsize) _CUPS_API_2_0;
extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
extern void httpShutdown(http_t *http) _CUPS_API_2_0;
extern const char *httpStateString(http_state_t state);