summaryrefslogtreecommitdiff
path: root/cups/http.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-01 03:39:09 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-01 03:39:09 +0000
commite6b1a6a976c11bd2a3b90acc344965882f3d8b56 (patch)
tree63e13f7b3936831f3a0acf0769a7d749a497f351 /cups/http.h
parent996acce8760c538b9fee69c99f274ffc27744386 (diff)
downloadcups-e6b1a6a976c11bd2a3b90acc344965882f3d8b56.tar.gz
New APIs for servers.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11322 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http.h')
-rw-r--r--cups/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/http.h b/cups/http.h
index aea3e069b..11f5b4af5 100644
--- a/cups/http.h
+++ b/cups/http.h
@@ -618,7 +618,7 @@ 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_keepalive_t httpGetKeepAlive(http_t *http) _CUPS_API_2_0;
extern size_t httpGetReady(http_t *http) _CUPS_API_2_0;
-extern void httpSetKeepAlive(http_t *http) _CUPS_API_2_0;
+extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
/*
* C++ magic...