diff src/dispextern.h @ 54390:f90f66dc4999

(x_find_image_file): Add prototype.
author Kim F. Storm <storm@cua.dk>
date Sun, 14 Mar 2004 00:28:01 +0000
parents 64ae6f2c8fee
children f3bbed2e1849 fac24544c283
line wrap: on
line diff
--- 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));