Switch to unified view

a/src/qtgui/idxthread.h b/src/qtgui/idxthread.h
1
#ifndef _IDXTHREAD_H_INCLUDED_
1
#ifndef _IDXTHREAD_H_INCLUDED_
2
#define _IDXTHREAD_H_INCLUDED_
2
#define _IDXTHREAD_H_INCLUDED_
3
/* @(#$Id: idxthread.h,v 1.1 2005-02-01 17:20:05 dockes Exp $  (C) 2004 J.F.Dockes */
3
/* @(#$Id: idxthread.h,v 1.2 2006-01-20 10:01:59 dockes Exp $  (C) 2004 J.F.Dockes */
4
4
5
class RclConfig;
5
class RclConfig;
6
6
7
// These two deal with starting / stopping the thread itself, not indexing
7
// These two deal with starting / stopping the thread itself, not indexing
8
// sessions.
8
// sessions.
9
extern void start_idxthread(RclConfig *cnf);
9
extern void start_idxthread(const RclConfig& cnf);
10
extern void stop_idxthread();
10
extern void stop_idxthread();
11
11
12
extern int startindexing;
12
extern int startindexing;
13
extern int indexingdone;
13
extern int indexingdone;
14
extern bool indexingstatus;
14
extern bool indexingstatus;