Fix prototype for check_wrap (as changed in nano.c)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@11 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
2b26e0a3df
commit
3f8c7a8c5e
2
proto.h
2
proto.h
|
@ -62,7 +62,7 @@ int no_help(void);
|
|||
void shortcut_init(void);
|
||||
void lowercase(char *src);
|
||||
void blank_bottombars(void);
|
||||
void check_wrap(filestruct * inptr);
|
||||
void check_wrap(filestruct * inptr, char ch);
|
||||
void dump_buffer(filestruct * inptr);
|
||||
void align(char **strp);
|
||||
void edit_refresh(void);
|
||||
|
|
Loading…
Reference in New Issue