Server Wait On Clients System - Full Internal Documentation v1.7.4
Server Wait On Clients System.
internal.h
Go to the documentation of this file.
1
14#ifndef SWOCSERVER_INTERNAL_H
15#define SWOCSERVER_INTERNAL_H
16
17#include <libmgec/mge-portability.h>
18#include <swoc/libswocserver.h>
19
20BEGIN_C_DECLS
21
22extern int sws_err;
23
24__attribute__((const)) const char *swocserver_get_pkg_version(void);
25
26__attribute__((const)) const char *swocserver_get_src_version(void);
27
29
31
32END_C_DECLS
33
34#endif /* ndef SWOCSERVER_INTERNAL_H */
BEGIN_C_DECLS __attribute__((const)) const char *swocclient_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:24
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:49
BEGIN_C_DECLS int sws_err
Global swocserver error flag.
Definition: main.c:26
void swocserver_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:40