Now deal with EDITOR from lua as well.
[apps/madmutt.git] / lib-ui / curses.h
index 4cedb6c..4304363 100644 (file)
@@ -147,7 +147,7 @@ typedef struct {
 
 void mutt_progress_bar (progress_t* progress, long pos);
 void mutt_clear_error (void);
-void mutt_edit_file (const char *, const char *);
+void mutt_edit_file (const char *);
 void mutt_curses_error (const char *, ...)
     __attribute__((format(printf, 1, 2)));
 void mutt_curses_message (const char *, ...)