# HG changeset patch # User Richard M. Stallman # Date 893547239 0 # Node ID 915b4091ede17f4c745b5b61597cf8683f5dcc95 # Parent 7474462450944701ca6c6321df398b044c37f36c (unload_color): No longer static. diff -r 747446245094 -r 915b4091ede1 src/xfaces.c --- 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;