Switch to unified view

a/src/common/rclinit.h b/src/common/rclinit.h
...
...
55
extern void recoll_threadinit();
55
extern void recoll_threadinit();
56
56
57
// Check if main thread
57
// Check if main thread
58
extern bool recoll_ismainthread();
58
extern bool recoll_ismainthread();
59
59
60
// Should be called while exiting asap when critical cleanup (db
61
// close) has been performed. Only useful for the indexer (writes to
62
// the db), and only actually does something on Windows.
63
extern void recoll_exitready();
64
60
#endif /* _RCLINIT_H_INCLUDED_ */
65
#endif /* _RCLINIT_H_INCLUDED_ */