]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/network.h
Add missing DNSSD.LIB functions.
[thirdparty/cups.git] / scheduler / network.h
index bbb081ade257dc38da89d3b571fcaf9f27f1cba1..2d0d1a365060ffd52b9856ac3e6b0cb1814f2465 100644 (file)
@@ -1,17 +1,11 @@
 /*
- * "$Id: network.h 6649 2007-07-11 21:46:42Z mike $"
+ * Network interface definitions for the CUPS scheduler.
  *
- *   Network interface definitions for the Common UNIX Printing System
- *   (CUPS) scheduler.
+ * Copyright © 2007-2010 by Apple Inc.
+ * Copyright © 1997-2006 by Easy Software Products, all rights reserved.
  *
- *   Copyright 2007-2009 by Apple Inc.
- *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
- *
- *   These coded instructions, statements, and computer programs are the
- *   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, see the license at "http://www.cups.org/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 /*
@@ -46,8 +40,3 @@ VAR cups_array_t      *NetIFList      VALUE(NULL);
 
 extern cupsd_netif_t   *cupsdNetIFFind(const char *name);
 extern void            cupsdNetIFUpdate(void);
-
-
-/*
- * End of "$Id: network.h 6649 2007-07-11 21:46:42Z mike $".
- */