Server Wait On Clients System - Full Internal Documentation  v1.3.2
Server Wait On Clients System.
internal.h File Reference

Header file for Server Wait on Clients client-side program. More...

#include <portability.h>
Include dependency graph for internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_C_DECLS char * swocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * swocclient_get_src_version (void)
 Get the source version. More...
 
void swocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void swocclient_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

Header file for Server Wait on Clients client-side program.

Author
Copyright (C) 2015-2020 Mark Grant

Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0

Version
v1.0.9 ==== 27/03/2020

Function Documentation

◆ swocclient_get_pkg_version()

BEGIN_C_DECLS char* swocclient_get_pkg_version ( void  )

Get the git-describe based package version.

Returns
The package version string.

◆ swocclient_get_src_version()

char* swocclient_get_src_version ( void  )

Get the source version.

Returns
The source version string.

◆ swocclient_print_pkg_version()

void swocclient_print_pkg_version ( void  )

Print the package version string to stdout.

◆ swocclient_print_src_version()

void swocclient_print_src_version ( void  )

Print the source version string to stdout.