commit 43cf7a1be30908a6a702100de33b83e1484b937e
parent f00c9612b34120abeaa86423f5d441e3d64d4696
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 14 Jul 2005 18:31:45 +0000
prototype fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2857 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/proto.h b/src/proto.h
@@ -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. */