]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/backend-private.h
Load cups into easysw/current.
[thirdparty/cups.git] / backend / backend-private.h
index f9384931ce00c9891bbaca79700e528175195e7d..14b93cc87626e46de03da593f707aca1abb146f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: backend-private.h 5592 2006-05-27 03:11:52Z mike $"
+ * "$Id: backend-private.h 5771 2006-07-20 18:06:20Z mike $"
  *
  *   Backend support definitions for the Common UNIX Printing System (CUPS).
  *
@@ -45,9 +45,9 @@
  * C++ magic...
  */
 
-#  ifdef _cplusplus
+#  ifdef __cplusplus
 extern "C" {
-#  endif /* _cplusplus */
+#  endif /* __cplusplus */
 
 
 /*
@@ -62,12 +62,12 @@ extern int  backendGetMakeModel(const char *device_id, char *make_model,
 extern ssize_t backendRunLoop(int print_fd, int device_fd, int use_bc);
 
 
-#  ifdef _cplusplus
+#  ifdef __cplusplus
 }
-#  endif /* _cplusplus */
+#  endif /* __cplusplus */
 #endif /* !_CUPS_BACKEND_PRIVATE_H_ */
 
 
 /*
- * End of "$Id: backend-private.h 5592 2006-05-27 03:11:52Z mike $".
+ * End of "$Id: backend-private.h 5771 2006-07-20 18:06:20Z mike $".
  */