mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-01-22 02:18:42 -05:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef CONVERT_SPIDERDB_H_
|
|
#define CONVERT_SPIDERDB_H_
|
|
|
|
int convertSpiderDb(const char *collname);
|
|
|
|
#endif
|