GME
13
|
#include <svn_version.h>
Public Attributes | |
const char * | name |
const char * | compiled_version |
const char * | runtime_version |
Dependent library information. Describes the name and versions of known dependencies used by libsvn_subr.
Definition at line 359 of file svn_version.h.
const char* svn_version_ext_linked_lib_t::compiled_version |
Compile-time version string
Definition at line 362 of file svn_version.h.
const char* svn_version_ext_linked_lib_t::name |
Library name
Definition at line 361 of file svn_version.h.
const char* svn_version_ext_linked_lib_t::runtime_version |
Run-time version string (optional)
Definition at line 363 of file svn_version.h.