comparison src/proto/memline.pro @ 39:410fa1a31baf v7.0023

updated for version 7.0023
author vimboss
date Sun, 19 Dec 2004 22:46:22 +0000
parents 3fc0f57ecb91
children 2174ed5a186e
comparison
equal deleted inserted replaced
38:c524f99c7925 39:410fa1a31baf
23 int ml_delete __ARGS((linenr_T lnum, int message)); 23 int ml_delete __ARGS((linenr_T lnum, int message));
24 void ml_setmarked __ARGS((linenr_T lnum)); 24 void ml_setmarked __ARGS((linenr_T lnum));
25 linenr_T ml_firstmarked __ARGS((void)); 25 linenr_T ml_firstmarked __ARGS((void));
26 void ml_clearmarked __ARGS((void)); 26 void ml_clearmarked __ARGS((void));
27 char_u *get_file_in_dir __ARGS((char_u *fname, char_u *dname)); 27 char_u *get_file_in_dir __ARGS((char_u *fname, char_u *dname));
28 void ml_setdirty __ARGS((buf_T *buf, int flag)); 28 void ml_setflags __ARGS((buf_T *buf));
29 long ml_find_line_or_offset __ARGS((buf_T *buf, linenr_T line, long *offp)); 29 long ml_find_line_or_offset __ARGS((buf_T *buf, linenr_T line, long *offp));
30 void goto_byte __ARGS((long cnt)); 30 void goto_byte __ARGS((long cnt));
31 /* vim: set ft=c : */ 31 /* vim: set ft=c : */