]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-private.h
Merge changes from CUPS 1.6svn-r10437.
[thirdparty/cups.git] / cups / http-private.h
index ab98b5ab3c5dfde1c9bd0799c920358c859ca249..3cfeff7f6371173a0c55cccecdfddf018baf39ba 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Private HTTP definitions for CUPS.
  *
- *   Copyright 2007-2011 by Apple Inc.
+ *   Copyright 2007-2012 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -154,6 +154,7 @@ extern "C" {
 #define _HTTP_RESOLVE_DEFAULT  0       /* Just resolve with default options */
 #define _HTTP_RESOLVE_STDERR   1       /* Log resolve progress to stderr */
 #define _HTTP_RESOLVE_FQDN     2       /* Resolve to a FQDN */
+#define _HTTP_RESOLVE_FAXOUT   4       /* Resolve FaxOut service? */
 
 
 /*