]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-private.h
Merge changes from CUPS 1.4svn-r7394.
[thirdparty/cups.git] / cups / http-private.h
index 78348a4dd159040633c5dc656b790c4f9789cdfd..ba416f66627efea507a8062b31ad6f2ecd8eeb75 100644 (file)
@@ -257,6 +257,12 @@ extern void        _cups_freeifaddrs(struct ifaddrs *addrs);
 #    endif /* HAVE_GETIFADDRS */
 #  endif /* !WIN32 */
 
+/*
+ * Common URI encoding function...
+ */
+
+extern char    *_httpEncodeURI(char *dst, const char *src, size_t dstsize);
+
 #endif /* !_CUPS_HTTP_PRIVATE_H_ */
 
 /*