From 05233a7d92eba7e4f3e324b947501c0c3b5cddde Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Aug 1994 07:15:00 +0000 Subject: [PATCH] (free_frame_glyphs): No longer static. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index 79ff2d92cc6..69db3f77b3c 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -318,7 +318,7 @@ make_frame_glyphs (frame, empty) return new; } -static void +void free_frame_glyphs (frame, glyphs) FRAME_PTR frame; struct frame_glyphs *glyphs; -- 2.39.5