Ticket #1858: Segmentation fault when search in different encodings
[midnight-commander.git] / maint / template.c
blob7f2ba8ff55b88ca2446dd5c25c04dc373ee044b4
1 /*
2 REPLACE: one line comment what the file is for.
4 Copyright (C) 2005 The Free Software Foundation, Inc.
6 Written by:
7 AUTHOR <MAIL>, YEARS.
9 This file is part of the Midnight Commander.
11 The Midnight Commander is free software; you can redistribute it
12 and/or modify it under the terms of the GNU General Public License as
13 published by the Free Software Foundation; either version 2 of the
14 License, or (at your option) any later version.
16 The Midnight Commander is distributed in the hope that it will be
17 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
18 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software
23 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
24 MA 02110-1301, USA.
27 /** \file
28 * \brief This is a template file (here goes brief description).
29 * \author Author1
30 * \author Author2
31 * \date 20xx
33 * Detailed description.
36 #include <config.h>
38 #include <System Headers> /* see maint/headers.txt for details */
40 #include "../src/global.h"
41 #include "..."
43 /*** global variables **************************************************/
45 /*** file scope macro definitions **************************************/
47 /*** file scope type declarations **************************************/
49 /*** file scope variables **********************************************/
51 /*** file scope functions **********************************************/
53 /*** public functions **************************************************/