Switch to unified view

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.15 2006-01-30 11:15:27 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: rclconfig.h,v 1.16 2006-03-20 09:51:45 dockes Exp $  (C) 2004 J.F.Dockes */
20
20
21
#include <list>
21
#include <list>
22
22
23
#include "conftree.h"
23
#include "conftree.h"
24
#include "smallut.h"
24
#include "smallut.h"
...
...
52
    /** Variant with autoconversion to int */
52
    /** Variant with autoconversion to int */
53
    bool getConfParam(const std::string &name, int *value);
53
    bool getConfParam(const std::string &name, int *value);
54
    /** Variant with autoconversion to bool */
54
    /** Variant with autoconversion to bool */
55
    bool getConfParam(const std::string &name, bool *value);
55
    bool getConfParam(const std::string &name, bool *value);
56
    /** Get default charset for current keydir (was set during setKeydir) */
56
    /** Get default charset for current keydir (was set during setKeydir) */
57
    const string &getDefCharset() {return defcharset;}
57
    const string &getDefCharset();
58
    /** Get guessCharset for current keydir (was set during setKeydir) */
58
    /** Get guessCharset for current keydir (was set during setKeydir) */
59
    bool getGuessCharset() {return guesscharset;}
59
    bool getGuessCharset() {return guesscharset;}
60
60
61
61
62
    /** 
62
    /**