From 009b2592f7488286f286484b7f389e36fffa4bd9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 24 Oct 2004 19:18:58 +0000 Subject: updated for version 7.0020 --- src/proto/fileio.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proto/fileio.pro') diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro index fa275f463e..a2fb7b4008 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -3,6 +3,8 @@ void filemess __ARGS((buf_T *buf, char_u *name, char_u *s, int attr)); int readfile __ARGS((char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_to_read, exarg_T *eap, int flags)); int prep_exarg __ARGS((exarg_T *eap, buf_T *buf)); int buf_write __ARGS((buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering)); +void msg_add_fname __ARGS((buf_T *buf, char_u *fname)); +void msg_add_lines __ARGS((int insert_space, long lnum, long nchars)); char_u *shorten_fname __ARGS((char_u *full_path, char_u *dir_name)); void shorten_fnames __ARGS((int force)); void shorten_filenames __ARGS((char_u **fnames, int count)); -- cgit v1.2.3