From 943d0b102fba69a4f0a3ccc56233b54e5ad804ec Mon Sep 17 00:00:00 2001 From: jorton Date: Mon, 17 May 2004 20:08:15 +0000 Subject: * include/apr_file_io.h: apr_file_open has not required a NULL-initialized apr_file_t for years. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65097 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_file_io.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/apr_file_io.h') diff --git a/include/apr_file_io.h b/include/apr_file_io.h index 86692ca7f..e46449bae 100644 --- a/include/apr_file_io.h +++ b/include/apr_file_io.h @@ -175,8 +175,7 @@ typedef struct apr_file_t apr_file_t; * @param perm Access permissions for file. * @param cont The pool to use. * @remark If perm is APR_OS_DEFAULT and the file is being created, appropriate - * default permissions will be used. *arg1 must point to a valid file_t, - * or NULL (in which case it will be allocated) + * default permissions will be used. */ APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **new_file, const char *fname, apr_int32_t flag, apr_fileperms_t perm, -- cgit v1.2.1