]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/cgi-private.h
Sandboxed applications were not able to get the default printer (Issue #5676)
[thirdparty/cups.git] / cgi-bin / cgi-private.h
index 4463c2a5c172d6270b9904f6dca536852e8c03cf..5d14d8188a12124a2359760b3a2b7525ab6e09d3 100644 (file)
@@ -1,16 +1,10 @@
 /*
- * "$Id: cgi-private.h 7940 2008-09-16 00:45:16Z mike $"
+ * Private CGI definitions for CUPS.
  *
- *   Private CGI definitions for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007 by Apple Inc.
- *   Copyright 1997-2006 by Easy Software Products.
- *
- *   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"
- *   which should have been included with this file.  If this file is
- *   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.
  */
 
 /*
  */
 
 #include "cgi.h"
-#include <cups/debug.h>
-#include <cups/i18n.h>
-#include <cups/string.h>
+#include <cups/debug-private.h>
+#include <cups/language-private.h>
+#include <cups/string-private.h>
+#include <cups/ipp-private.h>  /* TODO: Update so we don't need this */
 
 
 /*
@@ -28,8 +23,3 @@
  */
 
 #define CUPS_PAGE_MAX  100             /* Maximum items per page */
-
-
-/*
- * End of "$Id: cgi-private.h 7940 2008-09-16 00:45:16Z mike $".
- */