Server Wait On Clients System - Full Internal Documentation v1.7.0
Server Wait On Clients System.
internal.h
Go to the documentation of this file.
1
14/* **********************************************************************
15 * *
16 * Changelog *
17 * *
18 * Date Author Version Description *
19 * *
20 * 22/06/2015 MG 1.0.1 First release. *
21 * 10/05/2016 MG 1.0.2 Move header files to include directory. *
22 * 13/06/2016 MG 1.0.3 Use new more unique library function *
23 * names. *
24 * 17/07/2016 MG 1.0.4 Move towards kernel coding style. *
25 * 27/09/2016 MG 1.0.5 Further coding style changes. *
26 * Improve in-source documentation. *
27 * Use more informative name - sws_err. *
28 * 12/11/2017 MG 1.0.6 Add Doxygen comments. *
29 * Add SPDX license tag. *
30 * 22/05/2018 MG 1.0.7 Change from swocserver.h to internal.h *
31 * 18/05/2019 MG 1.0.8 Merge sub-projects into one. *
32 * 08/12/2021 MG 1.0.9 Tighten SPDX tag. *
33 * 17/09/2022 MG 1.0.10 Rename portability.h *
34 * Use pkginclude location. *
35 * *
36 ************************************************************************
37 */
38
39#ifndef SWOCSERVER_INTERNAL_H
40#define SWOCSERVER_INTERNAL_H
41
42#include <libmgec/mge-portability.h>
43#include <swoc/libswocserver.h>
44
45BEGIN_C_DECLS
46
47extern int sws_err;
48
50
52
54
56
57END_C_DECLS
58
59#endif /* ndef SWOCSERVER_INTERNAL_H */
Header file for Server Wait on Clients server-side library.
void swocserver_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:68
char * swocserver_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:42
BEGIN_C_DECLS int sws_err
Global swocserver error flag.
Definition: main.c:76
void swocserver_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:59
char * swocserver_get_src_version(void)
Get the source version.
Definition: version.c:51