]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/backend.h
Merge changes from CUPS 1.5svn-r8916.
[thirdparty/cups.git] / cups / backend.h
index fc2cd97ee429a1644c75215665b8d513ef9099a2..569baa59b75fa49970ffe8b5b5302c7aa6c59fff 100644 (file)
 #  include "versioning.h"
 
 
+/*
+ * C++ magic...
+ */
+
+#  ifdef __cplusplus
+extern "C" {
+#  endif /* __cplusplus */
+
 /*
  * Constants...
  */
@@ -57,6 +65,10 @@ extern void          cupsBackendReport(const char *device_scheme,
                                          _CUPS_API_1_4;
                                          
 
+#  ifdef __cplusplus
+}
+#  endif /* __cplusplus */
+
 #endif /* !_CUPS_BACKEND_H_ */
 
 /*