diff src/nsterm.h @ 103346:33a87d18a1f6

nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 08 Jun 2009 04:40:17 +0000
parents 291f6c889881
children cdb51c560f44
line wrap: on
line diff
--- a/src/nsterm.h	Mon Jun 08 04:35:40 2009 +0000
+++ b/src/nsterm.h	Mon Jun 08 04:40:17 2009 +0000
@@ -682,7 +682,7 @@
 
 /* In nsfont, for debugging */
 struct glyph_string;
-void dump_glyphstring (struct glyph_string *s);
+void ns_dump_glyphstring (struct glyph_string *s);
 
 /* Implemented in nsterm, published in or needed from nsfns. */
 extern Lisp_Object Qfontsize;