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

« back to all changes in this revision

Viewing changes to src/user.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 __USER_H
2
 
#define __USER_H
3
 
 
4
 
struct WEdit;
 
1
#ifndef MC_USER_H
 
2
#define MC_USER_H
 
3
 
 
4
#include "../edit/edit-widget.h"
 
5
 
5
6
void user_menu_cmd (struct WEdit *edit_widget);
6
7
char *expand_format (struct WEdit *edit_widget, char c, int quote);
7
8
int check_format_view (const char *);