]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-private.h
Merge changes from CUPS 1.4svn-r8492.
[thirdparty/cups.git] / cups / http-private.h
index 8ffe5a281f2262459b6d8a6e24aa53614d2ed1be..9362e36d7e77a3417364e3479b33c8625227f6f2 100644 (file)
@@ -268,6 +268,7 @@ extern char         *_httpEncodeURI(char *dst, const char *src,
                                        size_t dstsize);
 extern const char      *_httpResolveURI(const char *uri, char *resolved_uri,
                                         size_t resolved_size, int log);
+extern int             _httpWait(http_t *http, int msec, int usessl);
 #endif /* !_CUPS_HTTP_PRIVATE_H_ */
 
 /*