Enter your search terms
Submit search form
Web
www.temme.net
Main Page
Modules
Data Structures
Files
Related Pages
Data Structures
Data Fields
ap_version_t Struct Reference
[
HTTP Daemon Routine
]
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
Detailed Description
The numeric version information is broken out into fields within this structure.
Field Documentation
int
ap_version_t::major
major number
int
ap_version_t::minor
minor number
int
ap_version_t::patch
patch number
const char*
ap_version_t::add_string
additional string like "-dev"
The documentation for this struct was generated from the following file:
include/
httpd.h
Generated on Sun Jul 1 10:07:09 2007 by
Doxygen 1.5.2
. This rendition of the open source
Apache HTTP Server
header documentation is not endorsed by or affiliated with the
Apache Software Foundation
.