]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/help-index.h
Merge changes from CUPS 1.5svn-r8916.
[thirdparty/cups.git] / cgi-bin / help-index.h
index 0e6b0b1c73869898b8fb956b581499a59cba1866..d64cec02a945ab8a836f9eb0420c1c6c89f15ea4 100644 (file)
 #  include <cups/array.h>
 
 
+/*
+ * C++ magic...
+ */
+
+#  ifdef __cplusplus
+extern "C" {
+#  endif /* __cplusplus */
+
 /*
  * Data structures...
  */
@@ -68,6 +76,10 @@ extern help_index_t  *helpSearchIndex(help_index_t *hi, const char *query,
                                         const char *filename);
 
 
+#  ifdef __cplusplus
+}
+#  endif /* __cplusplus */
+
 #endif /* !_CUPS_HELP_INDEX_H_ */
 
 /*