Server Wait On Clients System - Full Internal Documentation v1.7.2
Server Wait On Clients System.
Loading...
Searching...
No Matches
internal.h
Go to the documentation of this file.
1
14#ifndef SWOCCLIENT_INTERNAL_H
15#define SWOCCLIENT_INTERNAL_H
16
17#include <libmgec/mge-portability.h>
18
19BEGIN_C_DECLS
20
21__attribute__((const)) const char *swocclient_get_pkg_version(void);
22
23__attribute__((const)) const char *swocclient_get_src_version(void);
24
26
28
29END_C_DECLS
30
31#endif /* ndef SWOCCLIENT_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
void swocclient_print_src_version(void)
Print the source version string to stdout.
Definition version.c:50
void swocclient_print_pkg_version(void)
Print the package version string to stdout.
Definition version.c:41