changeset 8665:f06ea671bacb

(free_frame_glyphs): No longer static.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Aug 1994 07:15:00 +0000
parents 341906b946dd
children 844edbc22875
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Tue Aug 30 07:07:39 1994 +0000
+++ b/src/dispnew.c	Tue Aug 30 07:15:00 1994 +0000
@@ -318,7 +318,7 @@
   return new;
 }
 
-static void
+void
 free_frame_glyphs (frame, glyphs)
      FRAME_PTR frame;
      struct frame_glyphs *glyphs;