]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/help-index.h
Fix compile error.
[thirdparty/cups.git] / cgi-bin / help-index.h
index d92abbea25c177ac4ca82478c35d8218c2d594cd..41d8d93db515f2727f4e62535c7208f4b140bc4c 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: help-index.h 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id$"
  *
- *   Online help index definitions for the Common UNIX Printing System (CUPS).
+ *   Online help index definitions for CUPS.
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
 #  include <cups/array.h>
 
 
+/*
+ * C++ magic...
+ */
+
+#  ifdef __cplusplus
+extern "C" {
+#  endif /* __cplusplus */
+
 /*
  * Data structures...
  */
@@ -68,8 +76,12 @@ extern help_index_t  *helpSearchIndex(help_index_t *hi, const char *query,
                                         const char *filename);
 
 
+#  ifdef __cplusplus
+}
+#  endif /* __cplusplus */
+
 #endif /* !_CUPS_HELP_INDEX_H_ */
 
 /*
- * End of "$Id: help-index.h 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id$".
  */