GME  13
Public Attributes
apr_version_t Struct Reference

#include <apr_version.h>

List of all members.

Public Attributes

int major
int minor
int patch
int is_dev

Detailed Description

The numeric version information is broken out into fields within this structure.

Definition at line 140 of file apr_version.h.


Member Data Documentation

is development (1 or 0)

Definition at line 144 of file apr_version.h.

major number

Definition at line 141 of file apr_version.h.

minor number

Definition at line 142 of file apr_version.h.

patch number

Definition at line 143 of file apr_version.h.


The documentation for this struct was generated from the following file: