diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/version.h b/version.h new file mode 100644 index 000000000..bc0aac00d --- /dev/null +++ b/version.h @@ -0,0 +1,16 @@ +#ifndef VERSION_H +#define VERSION_H + +#ifdef __cplusplus +extern "C" { +#endif + +const char *subsurface_version(void); +const char *subsurface_git_version(void); +const char *subsurface_canonical_version(void); + +#ifdef __cplusplus +} +#endif + +#endif |