diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-07 21:12:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-07 21:12:49 +0000 |
commit | 0e4d877ed8a23c80a24b0cd5bd0c61cc7db93df2 (patch) | |
tree | 8a4aef314c092c7aaaab0f7f697d78b8262c3d27 /src/proto/misc2.pro | |
parent | 82cf9b6851bcd4d28f65df8d95c2bcabc780b810 (diff) | |
download | vim-git-0e4d877ed8a23c80a24b0cd5bd0c61cc7db93df2.tar.gz |
updated for version 7.0082v7.0082
Diffstat (limited to 'src/proto/misc2.pro')
-rw-r--r-- | src/proto/misc2.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/misc2.pro b/src/proto/misc2.pro index f9aab8db4..365f2ea95 100644 --- a/src/proto/misc2.pro +++ b/src/proto/misc2.pro @@ -92,4 +92,5 @@ int get_user_name __ARGS((char_u *buf, int len)); 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 : */ |