mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
14 lines
237 B
C++
14 lines
237 B
C++
#ifndef SPIDERDBHOSTDELETE_H
|
|
#define SPIDERDBHOSTDELETE_H
|
|
|
|
namespace SpiderdbHostDelete {
|
|
bool initialize();
|
|
void finalize();
|
|
|
|
void reload(int /*fd*/, void */*state*/);
|
|
|
|
void processFile(void *item);
|
|
}
|
|
|
|
#endif //SPIDERDBHOSTDELETE_H
|