~ubuntu-branches/ubuntu/lucid/mc/lucid

« back to all changes in this revision

Viewing changes to maint/template.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-09-16 10:38:59 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080916103859-2uwn8w61xk5mbxxq
Tags: 2:4.6.2~git20080311-4
Corrected fix for odt2txt issue (Closes: #492019) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
   REPLACE: one line comment what the file is for.
 
3
 
 
4
   Copyright (C) 2005 The Free Software Foundation, Inc.
 
5
 
 
6
   Written by:
 
7
   AUTHOR <MAIL>, YEARS.
 
8
 
 
9
   This file is part of the Midnight Commander.
 
10
 
 
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.
 
15
 
 
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.
 
20
 
 
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.
 
25
 */
 
26
 
 
27
#include <config.h>
 
28
 
 
29
#include <System Headers> /* see maint/headers.txt for details */
 
30
 
 
31
#include "../src/global.h"
 
32
#include "..."
 
33
 
 
34
/*** global variables **************************************************/
 
35
 
 
36
/*** file scope macro definitions **************************************/
 
37
 
 
38
/*** file scope type declarations **************************************/
 
39
 
 
40
/*** file scope variables **********************************************/
 
41
 
 
42
/*** file scope functions **********************************************/
 
43
 
 
44
/*** public functions **************************************************/