commit 22fc16b2d021afb51ae9815dd44a3456929c4a83
parent 372e858ec8bcd6854f84d21c5a999ebee29d8f8b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 20 May 2019 11:53:22 +0200
tweaks: add a missing forward declaration of make_new_buffer()
Reported-by: Brand Huntsman <alpha@qzx.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/proto.h b/src/proto.h
@@ -263,6 +263,7 @@ void zap_text(void);
void paste_text(void);
/* Most functions in files.c. */
+void make_new_buffer(void);
void set_modified(void);
bool open_buffer(const char *filename, bool new_buffer);
#ifdef ENABLE_SPELLER