Server Wait On Clients System - API Documentation
v1.6.4
Server Wait On Clients System.
|
Source for version functions. More...
#include <config.h>
#include <stdio.h>
#include "internal.h"
Functions | |
char * | swocserverd_get_pkg_version (void) |
Get the git-describe based package version. More... | |
char * | swocserverd_get_src_version (void) |
Get the source version. More... | |
void | swocserverd_print_pkg_version (void) |
Print the package version string to stdout. More... | |
void | swocserverd_print_src_version (void) |
Print the source version string to stdout. More... | |
Source for version functions.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
char* swocserverd_get_pkg_version | ( | void | ) |
Get the git-describe based package version.
char* swocserverd_get_src_version | ( | void | ) |
Get the source version.
void swocserverd_print_pkg_version | ( | void | ) |
Print the package version string to stdout.
void swocserverd_print_src_version | ( | void | ) |
Print the source version string to stdout.