|
Server Wait On Clients System - Full Internal Documentation
Server Wait On Clients System.
|
Go to the documentation of this file.
36 #ifndef SWOCSERVER_INTERNAL_H
37 #define SWOCSERVER_INTERNAL_H
40 #include <portability.h>
Header file for Server Wait on Clients server-side library.
char * swocserver_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:41
char * swocserver_get_src_version(void)
Get the source version.
Definition: version.c:50
void swocserver_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:67
BEGIN_C_DECLS int sws_err
Global swocserver error flag.
Definition: main.c:72
void swocserver_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:58