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 server-side program. More...

#include <libswocserver.h>
#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

char * swocserver_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * swocserver_get_src_version (void)
 Get the source version. More...
 
void swocserver_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void swocserver_print_src_version (void)
 Print the source version string to stdout. More...
 

Variables

BEGIN_C_DECLS int sws_err
 Global swocserver error flag. More...
 

Detailed Description

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

Author
Copyright (C) 2015-2019 Mark Grant

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

Version
v1.0.8 ==== 18/05/2019

Function Documentation

◆ swocserver_get_pkg_version()

char* swocserver_get_pkg_version ( void  )

Get the git-describe based package version.

Returns
The package version string.

◆ swocserver_get_src_version()

char* swocserver_get_src_version ( void  )

Get the source version.

Returns
The source version string.

◆ swocserver_print_pkg_version()

void swocserver_print_pkg_version ( void  )

Print the package version string to stdout.

◆ swocserver_print_src_version()

void swocserver_print_src_version ( void  )

Print the source version string to stdout.

Variable Documentation

◆ sws_err

BEGIN_C_DECLS int sws_err

Global swocserver error flag.