Archived
1
0
Fork 0

Initial commit

This commit is contained in:
Henrik Hautakoski 2010-04-20 20:38:50 +02:00 committed by Henrik Hautakoski
commit fdfefe7d55
31 changed files with 3242 additions and 0 deletions

12
src/indexer.h Normal file
View 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 */