+2015-12-03 Benno Schulenberg <bensberg@justemail.net>
+ * src/proto.h: Avoid a compilation warning.
+
2015-12-03 Benno Schulenberg <bensberg@justemail.net>
* src/text.c (discard_until): Move the trimming of the undo stack
into a separate function, so it can be used elsewhere.
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