Apache2
|
The numeric version information is broken out into fields within this structure. More...
#include <httpd.h>
Data Fields | |
int | major |
int | minor |
int | patch |
const char * | add_string |
The numeric version information is broken out into fields within this structure.
const char* ap_version_t::add_string |
additional string like "-dev"
int ap_version_t::major |
major number
int ap_version_t::minor |
minor number
int ap_version_t::patch |
patch number