]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/help-index.h
Revert GNU TLS FIPS-140 changes.
[thirdparty/cups.git] / cgi-bin / help-index.h
index c7cbe2b54db57099819215d3b75b1f76e4b48e88..c486fba05a1c62ca498ac5b9466ecf1d62554ee9 100644 (file)
@@ -1,25 +1,10 @@
 /*
- * "$Id: help-index.h 6257 2007-02-11 01:11:57Z mike $"
+ * Online help index definitions for CUPS.
  *
- *   On-line help index definitions for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products.
  *
- *   Copyright 1997-2007 by Easy Software Products.
- *
- *   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
- *   "LICENSE.txt" 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
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 #ifndef _CUPS_HELP_INDEX_H_
 #  include <cups/array.h>
 
 
+/*
+ * C++ magic...
+ */
+
+#  ifdef __cplusplus
+extern "C" {
+#  endif /* __cplusplus */
+
 /*
  * Data structures...
  */
@@ -77,8 +70,8 @@ extern help_index_t   *helpSearchIndex(help_index_t *hi, const char *query,
                                         const char *filename);
 
 
-#endif /* !_CUPS_HELP_INDEX_H_ */
+#  ifdef __cplusplus
+}
+#  endif /* __cplusplus */
 
-/*
- * End of "$Id: help-index.h 6257 2007-02-11 01:11:57Z mike $".
- */
+#endif /* !_CUPS_HELP_INDEX_H_ */