--- deliantra/server/crossedit/png.c 2006/02/03 07:11:45 1.1.1.1 +++ deliantra/server/crossedit/png.c 2006/08/13 17:16:01 1.3 @@ -73,7 +73,7 @@ * png loading took about 140 seconds, of which 60 seconds of that * was in XAllocColor calls. */ -long pngx_find_color(Display *display, Colormap *cmap, int red, int green, int blue) +static long pngx_find_color(Display *display, Colormap *cmap, int red, int green, int blue) { int i, closeness=0xffffff, close_entry=-1, tmpclose;