|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.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 _RCLCONFIG_H_INCLUDED_
|
17 |
#ifndef _RCLCONFIG_H_INCLUDED_
|
18 |
#define _RCLCONFIG_H_INCLUDED_
|
18 |
#define _RCLCONFIG_H_INCLUDED_
|
19 |
/* @(#$Id: rclconfig.h,v 1.31 2007-02-02 10:12:58 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: rclconfig.h,v 1.32 2007-06-02 08:30:41 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
|
20 |
|
21 |
#include <list>
|
21 |
#include <list>
|
22 |
#include <string>
|
22 |
#include <string>
|
23 |
#include <vector>
|
23 |
#include <vector>
|
24 |
#include <utility>
|
24 |
#include <utility>
|
|
... |
|
... |
76 |
* need for other status */
|
76 |
* need for other status */
|
77 |
list<string> getTopdirs();
|
77 |
list<string> getTopdirs();
|
78 |
|
78 |
|
79 |
/** Get database directory */
|
79 |
/** Get database directory */
|
80 |
string getDbDir();
|
80 |
string getDbDir();
|
|
|
81 |
/** Get stoplist file name */
|
|
|
82 |
string getStopfile();
|
81 |
|
83 |
|
82 |
/** Get list of skipped names for current keydir */
|
84 |
/** Get list of skipped file names for current keydir */
|
83 |
list<string> getSkippedNames();
|
85 |
list<string> getSkippedNames();
|
84 |
|
86 |
|
85 |
/** Get list of skipped paths patterns. Doesn't depend on the keydir */
|
87 |
/** Get list of skipped paths patterns. Doesn't depend on the keydir */
|
86 |
list<string> getSkippedPaths();
|
88 |
list<string> getSkippedPaths();
|
87 |
|
89 |
|