diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-19 21:08:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-19 21:08:39 +0000 |
commit | 555b280f28998668c2f2b22df63c5393cfa9a0dd (patch) | |
tree | b57a9e145899b0ac9956da1a4cfbb33a93d6cb4a /src/proto/misc2.pro | |
parent | 051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 (diff) | |
download | vim-git-555b280f28998668c2f2b22df63c5393cfa9a0dd.tar.gz |
updated for version 7.0073v7.0073
Diffstat (limited to 'src/proto/misc2.pro')
-rw-r--r-- | src/proto/misc2.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/misc2.pro b/src/proto/misc2.pro index 41479d0e9..f9aab8db4 100644 --- a/src/proto/misc2.pro +++ b/src/proto/misc2.pro @@ -92,5 +92,4 @@ 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)); -void msg_str __ARGS((char_u *s, char_u *arg)); /* vim: set ft=c : */ |