diff options
| author | Kenichi Handa | 1998-04-15 07:12:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-04-15 07:12:49 +0000 |
| commit | d7fcdd913e6f8eb840ceb332d4b9a97fcad879f2 (patch) | |
| tree | 5cf26710b6282055b3028d640614d38fcfc7f1fe | |
| parent | 09130c7ebf83a45716fe486477a197e812d2f099 (diff) | |
| download | emacs-d7fcdd913e6f8eb840ceb332d4b9a97fcad879f2.tar.gz emacs-d7fcdd913e6f8eb840ceb332d4b9a97fcad879f2.zip | |
(x_find_ccl_program): Extern it.
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 73eae16176b..28749dee0be 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -318,6 +318,7 @@ 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 |