]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/help-index.h
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / cgi-bin / help-index.h
index bbee9ca13559cc23f96aac9755c0021cfce9e10e..1882f9b7ed63e5555a30da112c721b088a25e2bc 100644 (file)
@@ -1,16 +1,14 @@
 /*
- * "$Id: help-index.h 6649 2007-07-11 21:46:42Z 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 2007 by Apple Inc.
- *   Copyright 1997-2007 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/".
+ * 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
+ * missing or damaged, see the license at "http://www.cups.org/".
  */
 
 #ifndef _CUPS_HELP_INDEX_H_
 #  include <cups/array.h>
 
 
+/*
+ * C++ magic...
+ */
+
+#  ifdef __cplusplus
+extern "C" {
+#  endif /* __cplusplus */
+
 /*
  * Data structures...
  */
@@ -68,8 +74,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 6649 2007-07-11 21:46:42Z mike $".
- */
+#endif /* !_CUPS_HELP_INDEX_H_ */