7 lines
108 B
C
7 lines
108 B
C
#ifndef CONVERT_SPIDERDB_H_
|
|
#define CONVERT_SPIDERDB_H_
|
|
|
|
int convertSpiderDb(const char *collname);
|
|
|
|
#endif
|