open-source-search-engine/Version.h

8 lines
102 B
C
Raw Normal View History

#ifndef GBVERSION2_H
#define GBVERSION2_H
2014-11-11 01:45:11 +03:00
int32_t getVersionSize () ;
char *getVersion ( ) ;
#endif