36 #ifndef SWOCSERVER_INTERNAL_H 37 #define SWOCSERVER_INTERNAL_H 40 #include <portability.h> char * swocserver_get_src_version(void)
Get the source version.
Definition: version.c:50
void swocserver_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:58
char * swocserver_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:41
BEGIN_C_DECLS int sws_err
Global swocserver error flag.
Definition: main.c:72
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:67