summaryrefslogtreecommitdiff
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r--src/proto/spell.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index e56eb929..45cade67 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -1,5 +1,5 @@
/* spell.c */
-int spell_check __ARGS((win_T *wp, char_u *line, char_u *ptr, int *attrp));
+int spell_check __ARGS((win_T *wp, char_u *ptr, int *attrp));
int spell_move_to __ARGS((int dir, int allwords));
char_u *did_set_spelllang __ARGS((buf_T *buf));
void spell_reload __ARGS((void));