~ubuntu-branches/ubuntu/natty/apache2/natty

« back to all changes in this revision

Viewing changes to srclib/apr/include/apr_file_info.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-06 00:29:03 UTC
  • mfrom: (14.3.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091106002903-a7zl7sh2z1z3uxqb
Tags: 2.2.14-1ubuntu1
* Merge from debian testing, remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, pache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/conrol: Add bzr tag and point it to our tree.
  - Dropped debian/patches/203_fix_legacy_ap_rputs_segfaults.dpatch: 
    Already applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
 *
262
262
 * @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
263
263
 *       not be filled in, and you need to check the @c finfo->valid bitmask
264
 
 *       to verify that what you're looking for is there.
 
264
 *       to verify that what you're looking for is there. When no more
 
265
 *       entries are available, APR_ENOENT is returned.
265
266
 */                        
266
267
APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
267
268
                                       apr_dir_t *thedir);