|
IDZEBRA 2.2.8
|
Implements Zebra version utilities. More...
Go to the source code of this file.
Functions | |
| void | zebra_get_version (char *version_str, char *sha1_str) |
| Returns Zebra version and SHA1 ID as generated by Git. | |
Implements Zebra version utilities.
Definition in file version.c.
| void zebra_get_version | ( | char * | version_str, |
| char * | sha1_str | ||
| ) |
Returns Zebra version and SHA1 ID as generated by Git.
| version_str | buffer for version (at least 16 bytes) |
| sha1_str | SHA1 ID. Use NULL for not getting the ID |
The sha1_str if non-NULL must point to a buffer of at least 65 bytes (64 ID + null char).
Definition at line 33 of file version.c.
References ZEBRA_VERSION_SHA1, and ZEBRAVER.
Referenced by bend_init(), main(), and zebra_start_res().