summaryrefslogtreecommitdiff
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 3199ba98e..663930dab 100644
--- a/src/proto/memline.pro
+++ b/src/proto/memline.pro
@@ -13,6 +13,7 @@ void ml_recover(int checkext);
int recover_names(char_u *fname, int list, int nr, char_u **fname_out);
char_u *make_percent_swname(char_u *dir, char_u *name);
void get_b0_dict(char_u *fname, dict_T *d);
+struct tm *vim_localtime(const time_t *timep, struct tm *result);
char *get_ctime(time_t thetime, int add_newline);
void ml_sync_all(int check_file, int check_char);
void ml_preserve(buf_T *buf, int message);