]> git.wh0rd.org Git - nano.git/commitdiff
prototype fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 14 Jul 2005 18:31:45 +0000 (18:31 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 14 Jul 2005 18:31:45 +0000 (18:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2857 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/proto.h

index a8e4f005164fae10dd07c143d7e914818cff43a8..8d8ad854f67f0d47ca3c5effecf3f7ba9edad80b 100644 (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. */