1
1

Added empty files mhl_recode.[ch]

In future these files will deprecate src/charsets.[ch]
Этот коммит содержится в:
Slava Zanko 2009-01-14 13:45:52 +02:00
родитель 521fe2fefb
Коммит b79817bdb8
3 изменённых файлов: 49 добавлений и 1 удалений

Просмотреть файл

@ -7,6 +7,7 @@ libmhl_a_SOURCES = \
memory.h \
shell_escape.h \
strhash.h \
mhl_string.c mhl_string.h
mhl_string.c mhl_string.h \
mhl_recode.c mhl_recode.h
EXTRA_DIST = README

41
mhl/mhl_recode.c Обычный файл
Просмотреть файл

@ -0,0 +1,41 @@
/*
Micro helper library - recode strings between charsets
Copyright (C) 2009 The Free Software Foundation, Inc.
Written by:
Slava Zanko <slavazanko@gmail.com>, 2009.
This file is part of the Midnight Commander.
The Midnight Commander is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The Midnight Commander is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
*/
#include <config.h>
#include "src/global.h"
#include "mhl_recode.h"
/*** global variables **************************************************/
/*** file scope macro definitions **************************************/
/*** file scope type declarations **************************************/
/*** file scope variables **********************************************/
/*** file scope functions **********************************************/
/*** public functions **************************************************/

6
mhl/mhl_recode.h Обычный файл
Просмотреть файл

@ -0,0 +1,6 @@
#ifndef __MHL_RECODE_H
#define __MHL_RECODE_H
#endif // __MHL_RECODE_H