tweaks: add a missing forward declaration of make_new_buffer()

Reported-by: Brand Huntsman <alpha@qzx.com>
master
Benno Schulenberg 2019-05-20 11:53:22 +02:00
parent 372e858ec8
commit 22fc16b2d0
1 changed files with 1 additions and 0 deletions

View File

@ -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