|
a/src/qtgui/recoll.h |
|
b/src/qtgui/recoll.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _RECOLL_H_INCLUDED_
|
17 |
#ifndef _RECOLL_H_INCLUDED_
|
18 |
#define _RECOLL_H_INCLUDED_
|
18 |
#define _RECOLL_H_INCLUDED_
|
19 |
/* @(#$Id: recoll.h,v 1.17 2006-10-11 14:16:26 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: recoll.h,v 1.18 2007-11-21 14:15:48 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
#include <string>
|
20 |
#include <string>
|
21 |
|
21 |
|
22 |
#include "rclconfig.h"
|
22 |
#include "rclconfig.h"
|
23 |
#include "rcldb.h"
|
23 |
#include "rcldb.h"
|
24 |
#include "idxthread.h"
|
24 |
#include "idxthread.h"
|
|
... |
|
... |
30 |
extern bool maybeOpenDb(std::string &reason, bool force = true);
|
30 |
extern bool maybeOpenDb(std::string &reason, bool force = true);
|
31 |
|
31 |
|
32 |
extern RclConfig *rclconfig;
|
32 |
extern RclConfig *rclconfig;
|
33 |
extern Rcl::Db *rcldb;
|
33 |
extern Rcl::Db *rcldb;
|
34 |
extern int recollNeedsExit;
|
34 |
extern int recollNeedsExit;
|
|
|
35 |
extern int startIndexingAfterConfig; // 1st startup
|
35 |
extern const std::string recoll_datadir;
|
36 |
extern const std::string recoll_datadir;
|
36 |
extern RclHistory *g_dynconf;
|
37 |
extern RclHistory *g_dynconf;
|
37 |
#ifdef RCL_USE_ASPELL
|
38 |
#ifdef RCL_USE_ASPELL
|
38 |
class Aspell;
|
39 |
class Aspell;
|
39 |
extern Aspell *aspell;
|
40 |
extern Aspell *aspell;
|