mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
12 lines
197 B
C
12 lines
197 B
C
#ifndef GB_VERSION_H
|
|
#define GB_VERSION_H
|
|
|
|
int32_t getVersionSize () ;
|
|
char *getVersion ( ) ;
|
|
const char* getBuildConfig();
|
|
const char* getCommitId();
|
|
|
|
void printVersion();
|
|
|
|
#endif // GB_VERSION_H
|