Apache HTTPD
Public Attributes | List of all members
ap_version_t Struct Reference

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

#include <httpd.h>

Public Attributes

int major
 
int minor
 
int patch
 
const charadd_string
 

Detailed Description

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

Definition at line 409 of file httpd.h.

Member Data Documentation

◆ add_string

const char* ap_version_t::add_string

additional string like "-dev"

Definition at line 413 of file httpd.h.

◆ major

int ap_version_t::major

major number

Definition at line 410 of file httpd.h.

◆ minor

int ap_version_t::minor

minor number

Definition at line 411 of file httpd.h.

◆ patch

int ap_version_t::patch

patch number

Definition at line 412 of file httpd.h.


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