comparison src/xterm.h @ 21547:b2295127eff0

(x_find_ccl_program): Extern it.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Apr 1998 07:12:49 +0000
parents fb4c986db0e2
children c3b29b916c9c
comparison
equal deleted inserted replaced
21546:674be6359675 21547:b2295127eff0
316 316
317 extern struct x_display_info *x_term_init (); 317 extern struct x_display_info *x_term_init ();
318 318
319 extern Lisp_Object x_list_fonts (); 319 extern Lisp_Object x_list_fonts ();
320 extern struct font_info *x_get_font_info(), *x_load_font (), *x_query_font (); 320 extern struct font_info *x_get_font_info(), *x_load_font (), *x_query_font ();
321 extern void x_find_ccl_program();
321 322
322 /* Each X frame object points to its own struct x_output object 323 /* Each X frame object points to its own struct x_output object
323 in the output_data.x field. The x_output structure contains 324 in the output_data.x field. The x_output structure contains
324 the information that is specific to X windows. */ 325 the information that is specific to X windows. */
325 326