#ifndef VERSION_H #define VERSION_H extern "C" { const char *subsurface_git_version(void); const char *subsurface_canonical_version(void); } #endif