Server Wait On Clients System - Full Internal Documentation v1.7.4
Server Wait On Clients System.
Loading...
Searching...
No Matches
internal.h File Reference

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

#include <libmgec/mge-portability.h>
#include <swoc/libswocserver.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

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

Variables

BEGIN_C_DECLS int sws_err
 Global swocserver error flag.
 

Detailed Description

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

Author
Copyright (C) 2015-2019, 2021-2023 Mark Grant

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

Version
v1.1.0 ==== 26/11/2023

Function Documentation

◆ __attribute__()

__attribute__ ( (const)  ) const

Get the git-describe based package version.

Get the source version.

Returns
The package version string.
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
extern

Global swocserver error flag.