summaryrefslogtreecommitdiffstats
path: root/src/proto/misc2.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-23 22:25:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-23 22:25:46 +0000
commit58d9823409c590fe0e4cf3220d38dcad1d6dd68d (patch)
treefcf62865bef797f16e7e83392923fcfbc80e861b /src/proto/misc2.pro
parentb01585904a5e4a6dc8bc8cc2aaaf7fbca260e344 (diff)
updated for version 7.0114v7.0114
Diffstat (limited to 'src/proto/misc2.pro')
-rw-r--r--src/proto/misc2.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/misc2.pro b/src/proto/misc2.pro
index 3f6e2edcad..80d17892c6 100644
--- a/src/proto/misc2.pro
+++ b/src/proto/misc2.pro
@@ -93,7 +93,6 @@ int vim_chdir __ARGS((char_u *new_dir));
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));
int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2));
int emsgn __ARGS((char_u *s, long n));