]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/network.h
Import CUPS v1.7.1
[thirdparty/cups.git] / scheduler / network.h
index 5d8c83f8a4b3a97054400d074e1c88b74924daa7..411a6d202643c94279e6c1489fcb067d47fd6142 100644 (file)
@@ -1,26 +1,16 @@
 /*
- * "$Id: network.h 6090 2006-11-14 16:35:27Z mike $"
+ * "$Id: network.h 10996 2013-05-29 11:51:34Z msweet $"
  *
- *   Network interface definitions for the Common UNIX Printing System
- *   (CUPS) scheduler.
+ *   Network interface definitions for the CUPS scheduler.
  *
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products and are protected by Federal
- *   copyright law.  Distribution and use rights are outlined in the file
+ *   property of Apple Inc. and are protected by Federal copyright
+ *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
  *   "LICENSE" which should have been included with this file.  If this
- *   file is missing or damaged please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ *   file is missing or damaged, see the license at "http://www.cups.org/".
  */
 
 /*
@@ -34,6 +24,7 @@ typedef struct cupsd_netif_s          /**** Network interface data ****/
   http_addr_t          address,        /* Network address */
                        mask,           /* Network mask */
                        broadcast;      /* Broadcast address */
+  size_t               hostlen;        /* Length of hostname */
   char                 name[32],       /* Network interface name */
                        hostname[1];    /* Hostname associated with interface */
 } cupsd_netif_t;
@@ -57,5 +48,5 @@ extern void           cupsdNetIFUpdate(void);
 
 
 /*
- * End of "$Id: network.h 6090 2006-11-14 16:35:27Z mike $".
+ * End of "$Id: network.h 10996 2013-05-29 11:51:34Z msweet $".
  */