Index: /trunk/include/iprt/file.h
===================================================================
--- /trunk/include/iprt/file.h	(revision 26731)
+++ /trunk/include/iprt/file.h	(revision 26732)
@@ -267,4 +267,13 @@
 
 /**
+ * Open the bit bucket (aka /dev/null or nul).
+ *
+ * @returns IPRT status code.
+ * @param   pFile           Where to store the handle to the opened file.
+ * @param   fAccess         The desired access only, i.e. read, write or both.
+ */
+RTR3DECL(int)  RTFileOpenBitBucket(PRTFILE pFile, uint32_t fAccess);
+
+/**
  * Close a file opened by RTFileOpen().
  *
