added a new parameter for completion flags to input_new
[midnight-commander.git] / maint / template.c
blob721bb1863ee2bbc0f94d0b416e2a30dd6029e87f
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 #include <config.h>
29 #include <System Headers> /* see maint/headers.txt for details */
31 #include "../src/global.h"
32 #include "..."
34 /*** global variables **************************************************/
36 /*** file scope macro definitions **************************************/
38 /*** file scope type declarations **************************************/
40 /*** file scope variables **********************************************/
42 /*** file scope functions **********************************************/
44 /*** public functions **************************************************/