Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
1
#ifndef _RCLCONFIG_H_INCLUDED_
1
#ifndef _RCLCONFIG_H_INCLUDED_
2
#define _RCLCONFIG_H_INCLUDED_
2
#define _RCLCONFIG_H_INCLUDED_
3
/* @(#$Id: rclconfig.h,v 1.9 2005-11-25 09:13:07 dockes Exp $  (C) 2004 J.F.Dockes */
3
/* @(#$Id: rclconfig.h,v 1.10 2006-01-04 11:33:44 dockes Exp $  (C) 2004 J.F.Dockes */
4
4
5
#include <list>
5
#include <list>
6
6
7
#include "conftree.h"
7
#include "conftree.h"
8
#include "smallut.h"
8
#include "smallut.h"
...
...
60
    /**
60
    /**
61
     * Return icon name for mime type
61
     * Return icon name for mime type
62
     */
62
     */
63
    string getMimeIconName(const string &mtype);
63
    string getMimeIconName(const string &mtype);
64
64
65
66
    const string &getDefCharset() {return defcharset;}
65
    const string &getDefCharset() {return defcharset;}
67
    const string &getDefLang() {return deflang;}
66
    const string &getDefLang() {return deflang;}
68
    bool getGuessCharset() {return guesscharset;}
67
    bool getGuessCharset() {return guesscharset;}
69
    std::list<string> getAllMimeTypes();
68
    std::list<string> getAllMimeTypes();
70
69