rbb 01/08/12 09:10:43
Modified: include apr_file_io.h
Log:
Accidentally remove the pool accessor.
Submitted by: Ian Holsman <[EMAIL PROTECTED]>
Revision Changes Path
1.109 +7 -0 apr/include/apr_file_io.h
Index: apr_file_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_file_io.h,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- apr_file_io.h 2001/08/12 16:02:01 1.108
+++ apr_file_io.h 2001/08/12 16:10:43 1.109
@@ -560,6 +560,13 @@
* Get the pool used by the file.
* @return apr_pool_t the pool
*/
+APR_POOL_DECLARE_ACCESSOR(file);
+
+/**
+ * Set a file to be inherited by child processes.
+ * @param file The file to enable inheritance.
+ *
+ */
APR_DECLARE(void) apr_file_set_inherit(apr_file_t *file);
/**