|
a/src/qtgui/recoll.h |
|
b/src/qtgui/recoll.h |
|
... |
|
... |
34 |
|
34 |
|
35 |
extern RclConfig *theconfig;
|
35 |
extern RclConfig *theconfig;
|
36 |
extern RclConfig *thestableconfig;
|
36 |
extern RclConfig *thestableconfig;
|
37 |
extern PTMutexInit thestableconfiglock;
|
37 |
extern PTMutexInit thestableconfiglock;
|
38 |
extern void snapshotConfig();
|
38 |
extern void snapshotConfig();
|
|
|
39 |
extern void rememberTempFile(TempFile);
|
|
|
40 |
extern void forgetTempFile(string &fn);
|
39 |
|
41 |
|
40 |
extern Rcl::Db *rcldb;
|
42 |
extern Rcl::Db *rcldb;
|
41 |
extern int recollNeedsExit;
|
43 |
extern int recollNeedsExit;
|
42 |
extern int startIndexingAfterConfig; // 1st startup
|
44 |
extern int startIndexingAfterConfig; // 1st startup
|
43 |
extern void startManual(const string& helpindex);
|
45 |
extern void startManual(const string& helpindex);
|