]> git.wh0rd.org Git - nano.git/commitdiff
Avoiding a compilation warning.
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 4 Dec 2015 11:01:48 +0000 (11:01 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Fri, 4 Dec 2015 11:01:48 +0000 (11:01 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5476 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/proto.h

index 605ea522d5e2f66af14aa31ed5e1bb01ec3cf726..f1fad86f9064e47226186b78431f8a7211588d49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+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.
index 7b085dffc37591e1bd7089fbfc82721302ff02cd..01d464e592b9e49bd4fdf94db8f042659b4028a8 100644 (file)
@@ -751,6 +751,7 @@ 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