prototype fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2857 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-14 18:31:45 +00:00
parent f00c9612b3
commit 43cf7a1be3
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ bool is_valid_mbstring(const char *s);
#ifdef ENABLE_COLOR
void set_colorpairs(void);
void color_init(void);
void update_color(void);
void color_update(void);
#endif /* ENABLE_COLOR */
/* Public functions in cut.c. */