# HG changeset patch # User Kim F. Storm # Date 1079224081 0 # Node ID f90f66dc49993ff90aa3c50c5a330428bc881e47 # Parent 84c215d133e7c8a49c10eade4b47aecfc8788a3d (x_find_image_file): Add prototype. diff -r 84c215d133e7 -r f90f66dc4999 src/dispextern.h --- a/src/dispextern.h Sun Mar 14 00:27:38 2004 +0000 +++ b/src/dispextern.h Sun Mar 14 00:28:01 2004 +0000 @@ -2618,6 +2618,7 @@ #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));