Apache Portable Runtime
|
APR File Information. More...
#include "apr.h"
#include "apr_user.h"
#include "apr_pools.h"
#include "apr_tables.h"
#include "apr_time.h"
#include "apr_errno.h"
Go to the source code of this file.
Data Structures | |
struct | apr_finfo_t |
Typedefs | |
typedef struct apr_dir_t | apr_dir_t |
typedef apr_int32_t | apr_fileperms_t |
typedef dev_t | apr_dev_t |
typedef struct apr_finfo_t | apr_finfo_t |
Enumerations | |
enum | apr_filetype_e { APR_NOFILE = 0, APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE, APR_LNK, APR_SOCK, APR_UNKFILE = 127 } |
APR File Information.