From: Kim F. Storm Date: Sun, 14 Mar 2004 00:28:01 +0000 (+0000) Subject: (x_find_image_file): Add prototype. X-Git-Tag: ttn-vms-21-2-B4~7251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f27823c657ea0ca38bdfcf4ca438e8e223264387;p=emacs.git (x_find_image_file): Add prototype. --- 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));