summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 19:08:59 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 19:08:59 +0000
commita51bf216c854db85bfdb90e01aa42f4ed0a89200 (patch)
tree41cedacd81e1705fecc2d493e4b624f3ca46c228
parentfc7aec1376f7b3717a52d2a22de4600896ece7fc (diff)
downloadlibapr-a51bf216c854db85bfdb90e01aa42f4ed0a89200.tar.gz
Clarify the return code for apr_dir_read.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@813082 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_file_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index bbcff8ac0..94e84e876 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -261,7 +261,8 @@ APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir);
*
* @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
* not be filled in, and you need to check the @c finfo->valid bitmask
- * to verify that what you're looking for is there.
+ * to verify that what you're looking for is there. When no more
+ * entries are available, APR_ENOENT is returned.
*/
APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
apr_dir_t *thedir);