summaryrefslogtreecommitdiffstats
path: root/src/proto/memline.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/memline.pro')
-rw-r--r--src/proto/memline.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/memline.pro b/src/proto/memline.pro
index bddb902f48..727b24cc30 100644
--- a/src/proto/memline.pro
+++ b/src/proto/memline.pro
@@ -34,4 +34,5 @@ char_u *ml_encrypt_data(memfile_T *mfp, char_u *data, off_T offset, unsigned siz
void ml_decrypt_data(memfile_T *mfp, char_u *data, off_T offset, unsigned size);
long ml_find_line_or_offset(buf_T *buf, linenr_T lnum, long *offp);
void goto_byte(long cnt);
+char_u *make_percent_swname (char_u *dir, char_u *name);
/* vim: set ft=c : */