tweaks: add a missing forward declaration of make_new_buffer()
Reported-by: Brand Huntsman <alpha@qzx.com>master
parent
372e858ec8
commit
22fc16b2d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue