updated for version 7.0089
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index c932b1f..15a68a6 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -9,4 +9,5 @@
 void spell_add_word __ARGS((char_u *word, int len, int bad));
 void init_spell_chartab __ARGS((void));
 void spell_suggest __ARGS((void));
+void spell_suggest_list __ARGS((garray_T *gap, char_u *word, int maxcount));
 /* vim: set ft=c : */