From c1420c8744235de1249c34b956b7c11ccafd659d Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 12 Dec 2012 20:54:21 +0000 Subject: Merge changes from CUPS 1.7svn-r10755. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4074 a1ca3aef-8c08-0410-bb20-df032aa958be --- cups/http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cups/http.h') diff --git a/cups/http.h b/cups/http.h index 3c8a32113..de782aaa3 100644 --- a/cups/http.h +++ b/cups/http.h @@ -602,6 +602,8 @@ extern ssize_t httpPeek(http_t *http, char *buffer, size_t length) _CUPS_API_1_7; extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7; +extern void httpSetDefaultField(http_t *http, http_field_t field, + const char *value) _CUPS_API_1_7; extern http_state_t httpWriteResponse(http_t *http, http_status_t status) _CUPS_API_1_7; -- cgit v1.2.3