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

« back to all changes in this revision

Viewing changes to src/listmode.h

  • 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
 
#ifndef __LISTMODE_H
2
 
#define __LISTMODE_H
 
1
#ifndef MC_LISTMODE_H
 
2
#define MC_LISTMODE_H
3
3
 
4
4
#ifdef LISTMODE_EDITOR
5
5
char *listmode_edit (char*);
6
6
#endif /* LISTMODE_EDITOR */
7
7
 
8
 
#endif /* __LISTMODE_H */
 
8
#endif