Initial commit
This commit is contained in:
commit
fdfefe7d55
31 changed files with 3242 additions and 0 deletions
12
src/indexer.h
Normal file
12
src/indexer.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#ifndef _INDEXER_H
|
||||
|
||||
#define _INDEXER_H
|
||||
|
||||
void indexer_register(const char *base, const char *name);
|
||||
|
||||
void indexer_run();
|
||||
|
||||
inline int indexer_pending();
|
||||
|
||||
#endif /* _INDEXER_H */
|
||||
Reference in a new issue