Ticket #2514: fixup of build with --disable-nls option.
[midnight-commander.git] / maint / template.c
blob02edd5f4c11fd858a356e3b8e9a99cd16842a24d
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 "lib/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 ************************************************************************/
52 /* --------------------------------------------------------------------------------------------- */
54 /* --------------------------------------------------------------------------------------------- */
55 /*** public functions ****************************************************************************/
56 /* --------------------------------------------------------------------------------------------- */