mirror of
https://github.com/gigablast/open-source-search-engine.git
synced 2024-11-20 18:57:32 +03:00
8 lines
102 B
C
8 lines
102 B
C
#ifndef GBVERSION2_H
|
|
#define GBVERSION2_H
|
|
|
|
int32_t getVersionSize () ;
|
|
char *getVersion ( ) ;
|
|
|
|
#endif
|