Switch to unified view

a/src/rcldb/rcldb.h b/src/rcldb/rcldb.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 _DB_H_INCLUDED_
17
#ifndef _DB_H_INCLUDED_
18
#define _DB_H_INCLUDED_
18
#define _DB_H_INCLUDED_
19
/* @(#$Id: rcldb.h,v 1.62 2008-09-16 08:18:30 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: rcldb.h,v 1.63 2008-09-29 08:59:20 dockes Exp $  (C) 2004 J.F.Dockes */
20
20
21
#include <string>
21
#include <string>
22
#include <list>
22
#include <list>
23
#include <vector>
23
#include <vector>
24
24
...
...
172
172
173
    /** Get document for given udi
173
    /** Get document for given udi
174
     *
174
     *
175
     * Used by the 'history' feature (and nothing else?) 
175
     * Used by the 'history' feature (and nothing else?) 
176
     */
176
     */
177
    bool getDoc(const string &udi, Doc &doc, int *percent);
177
    bool getDoc(const string &udi, Doc &doc);
178
178
179
    /* The following are mainly for the aspell module */
179
    /* The following are mainly for the aspell module */
180
    /** Whole term list walking. */
180
    /** Whole term list walking. */
181
    TermIter *termWalkOpen();
181
    TermIter *termWalkOpen();
182
    bool termWalkNext(TermIter *, string &term);
182
    bool termWalkNext(TermIter *, string &term);