comparison src/proto/spell.pro @ 258:f93df7322443

updated for version 7.0070
author vimboss
date Sat, 23 Apr 2005 20:52:00 +0000
parents 73354c21f1e4
children 006e9c8a6a8a
comparison
equal deleted inserted replaced
257:51a4d1c2a95b 258:f93df7322443
1 /* spell.c */ 1 /* spell.c */
2 int spell_check __ARGS((win_T *wp, char_u *line, char_u *ptr, int *attrp)); 2 int spell_check __ARGS((win_T *wp, char_u *line, char_u *ptr, int *attrp));
3 int spell_move_to __ARGS((int dir, int allwords)); 3 int spell_move_to __ARGS((int dir, int allwords));
4 char_u *did_set_spelllang __ARGS((buf_T *buf)); 4 char_u *did_set_spelllang __ARGS((buf_T *buf));
5 void spell_reload __ARGS((void)); 5 void spell_reload __ARGS((void));
6 void put_bytes __ARGS((FILE *fd, long_u nr, int len));
6 void ex_mkspell __ARGS((exarg_T *eap)); 7 void ex_mkspell __ARGS((exarg_T *eap));
7 /* vim: set ft=c : */ 8 /* vim: set ft=c : */