diff options
author | Kim F. Storm <storm@cua.dk> | 2004-03-14 00:28:01 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-03-14 00:28:01 +0000 |
commit | f27823c657ea0ca38bdfcf4ca438e8e223264387 (patch) | |
tree | 5442457bfd4ac64d2abc361641d0c8d3b68d72c4 /src | |
parent | e4b1b5ab00450962f761e7403c524fc68e884847 (diff) | |
download | emacs-f27823c657ea0ca38bdfcf4ca438e8e223264387.tar.gz |
(x_find_image_file): Add prototype.
Diffstat (limited to 'src')
-rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 4fae030415a..d925f881695 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2618,6 +2618,7 @@ extern void x_destroy_bitmap P_ ((struct frame *, int)); #endif extern void x_destroy_all_bitmaps P_ ((Display_Info *)); extern int x_create_bitmap_mask P_ ((struct frame * , int)); +extern Lisp_Object x_find_image_file P_ ((Lisp_Object)); void x_kill_gs_process P_ ((Pixmap, struct frame *)); struct image_cache *make_image_cache P_ ((void)); |