comment
This commit is contained in:
parent
d91d471b7d
commit
a7925b8b62
@ -50,7 +50,9 @@ inline RclConfig *recollinit(void (*cleanup)(void), void (*sigcleanup)(int),
|
|||||||
string &reason, const string *argcnf = 0) {
|
string &reason, const string *argcnf = 0) {
|
||||||
return recollinit(RCLINIT_NONE, cleanup, sigcleanup, reason, argcnf);
|
return recollinit(RCLINIT_NONE, cleanup, sigcleanup, reason, argcnf);
|
||||||
}
|
}
|
||||||
// Threads need to call this. The main thread handles all signals.
|
|
||||||
|
// Threads need to call this to block signals.
|
||||||
|
// The main thread handles all signals.
|
||||||
extern void recoll_threadinit();
|
extern void recoll_threadinit();
|
||||||
|
|
||||||
#endif /* _RCLINIT_H_INCLUDED_ */
|
#endif /* _RCLINIT_H_INCLUDED_ */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user