commit | 0e4d877ed8a23c80a24b0cd5bd0c61cc7db93df2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 21:12:49 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 21:12:49 2005 +0000 |
tree | 8a4aef314c092c7aaaab0f7f697d78b8262c3d27 | |
parent | 82cf9b6851bcd4d28f65df8d95c2bcabc780b810 [diff] [blame] |
updated for version 7.0082
diff --git a/src/proto/misc2.pro b/src/proto/misc2.pro index f9aab8d..365f2ea 100644 --- a/src/proto/misc2.pro +++ b/src/proto/misc2.pro
@@ -92,4 +92,5 @@ void sort_strings __ARGS((char_u **files, int count)); int pathcmp __ARGS((const char *p, const char *q, int maxlen)); char_u *parse_list_options __ARGS((char_u *option_str, option_table_T *table, int table_size)); +int filewritable __ARGS((char_u *fname)); /* vim: set ft=c : */