changeset 21766:915b4091ede1

(unload_color): No longer static.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Apr 1998 23:33:59 +0000
parents 747446245094
children 9c04115476e6
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Sat Apr 25 23:32:56 1998 +0000
+++ b/src/xfaces.c	Sat Apr 25 23:33:59 1998 +0000
@@ -396,7 +396,7 @@
   return (unsigned long) color.pixel;
 }
 
-static void
+void
 unload_color (f, pixel)
      struct frame *f;
      unsigned long pixel;