Oh darn... doing too many things at once.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5470 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2015-12-02 19:13:06 +00:00
parent 6fa1e98c8d
commit e76bbc8832
1 changed files with 0 additions and 1 deletions

View File

@ -751,7 +751,6 @@ void new_magicline(void);
void remove_magicline(void);
void mark_order(const filestruct **top, size_t *top_x, const filestruct
**bot, size_t *bot_x, bool *right_side_up);
void discard_until(undo *thisone);
void add_undo(undo_type action);
void update_undo(undo_type action);
#endif