summaryrefslogtreecommitdiff
path: root/cups/http-addr.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-19 12:15:11 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-19 12:15:11 +0000
commite1f19878c6c7abacbce81ae0986bc3dbf35ae5b3 (patch)
tree2c9bb86dbf92c058b080137e8485c97896968efa /cups/http-addr.c
parent58fce51f9f14ac7c5cb928bde82283ab374a7150 (diff)
Update "since CUPS 2.0" into to mention OS X 10.10.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12094 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http-addr.c')
-rw-r--r--cups/http-addr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/http-addr.c b/cups/http-addr.c
index 243440ec2..00eabffc9 100644
--- a/cups/http-addr.c
+++ b/cups/http-addr.c
@@ -64,7 +64,7 @@ httpAddrAny(const http_addr_t *addr) /* I - Address to check */
* listen address for sockets created with @link httpAddrListen@. This will
* ensure that domain sockets are removed when closed.
*
- * @since CUPS 2.0@
+ * @since CUPS 2.0/OS 10.10@
*/
int /* O - 0 on success, -1 on failure */
@@ -653,7 +653,7 @@ httpAddrString(const http_addr_t *addr, /* I - Address to convert */
*
* Returns @code NULL@ if the socket is currently unconnected.
*
- * @since CUPS 2.0@
+ * @since CUPS 2.0/OS 10.10@
*/
http_addr_t * /* O - Connected address or @code NULL@ */
@@ -879,7 +879,7 @@ httpGetHostname(http_t *http, /* I - HTTP connection or NULL */
* 'httpResolveHostname()' - Resolve the hostname of the HTTP connection
* address.
*
- * @since CUPS 2.0@
+ * @since CUPS 2.0/OS 10.10@
*/
const char * /* O - Resolved hostname or @code NULL@ */