privacore-open-source-searc.../Version.h
Ivan Skytte Jørgensen beeddcf35d Got rid of gb-include.h
2018-07-26 17:29:51 +02:00

13 lines
249 B
C

#ifndef GB_VERSION_H
#define GB_VERSION_H
#include <inttypes.h>
int32_t getVersionSize () ;
char *getVersion ( ) ;
const char* getBuildConfig();
const char* getCommitId();
void printVersion(const char *name = "Gigablast");
#endif // GB_VERSION_H