Index: proto.h =================================================================== --- proto.h (revision 5581) +++ proto.h (working copy) @@ -281,7 +281,7 @@ void do_uncut_text(void); /* All functions in files.c. */ -void verify_path(const char *filename); +bool verify_path(const char *filename); void make_new_buffer(void); void initialize_buffer_text(void); bool open_buffer(const char *filename, bool undoable);