]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/dir.h
Load cups into easysw/current.
[thirdparty/cups.git] / cups / dir.h
index 0fd52e8f148357bb34270f171b1ff7bfbd613c6d..ac5c5fc08056f1c0041e63c05b43d8f905055c31 100644 (file)
@@ -5,7 +5,7 @@
  *
  *   This set of APIs abstracts enumeration of directory entries.
  *
- *   Copyright 1997-2005 by Easy Software Products, all rights reserved.
+ *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
@@ -39,9 +39,9 @@
  * C++ magic...
  */
 
-#  ifdef _cplusplus
+#  ifdef __cplusplus
 extern "C" {
-#  endif /* _cplusplus */
+#  endif /* __cplusplus */
 
 
 /*
@@ -67,9 +67,9 @@ extern cups_dentry_t  *cupsDirRead(cups_dir_t *dp);
 extern void            cupsDirRewind(cups_dir_t *dp);
 
 
-#  ifdef _cplusplus
+#  ifdef __cplusplus
 }
-#  endif /* _cplusplus */
+#  endif /* __cplusplus */
 #endif /* !_CUPS_DIR_H_ */
 
 /*