MCPcopy Create free account
hub / github.com/apache/httpd / ap_get_server_revision

Function ap_get_server_revision

server/core.c:3587–3593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3585}
3586
3587AP_DECLARE(void) ap_get_server_revision(ap_version_t *version)
3588{
3589 version->major = AP_SERVER_MAJORVERSION_NUMBER;
3590 version->minor = AP_SERVER_MINORVERSION_NUMBER;
3591 version->patch = AP_SERVER_PATCHLEVEL_NUMBER;
3592 version->add_string = AP_SERVER_ADD_STRING;
3593}
3594
3595AP_DECLARE(const char *) ap_get_server_description(void)
3596{

Callers 2

start_ifversionFunction · 0.85
httpd.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected