summaryrefslogtreecommitdiff
path: root/src/nsterm.h
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-06-08 04:40:17 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-06-08 04:40:17 +0000
commite3f112f2190e79ffa9baac8e30b29b506320bebd (patch)
treeddafe30249ed90d8c6d761541738b24d2e065a12 /src/nsterm.h
parentb070ec59e9851e2b3f71495c24c63fc432d1d46e (diff)
downloademacs-e3f112f2190e79ffa9baac8e30b29b506320bebd.tar.gz
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 392c79a278c..7375e3c9fc4 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -682,7 +682,7 @@ extern void nsfont_make_fontset_for_font (Lisp_Object name,
/* 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;