]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_find_image_file): Add prototype.
authorKim F. Storm <storm@cua.dk>
Sun, 14 Mar 2004 00:28:01 +0000 (00:28 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 14 Mar 2004 00:28:01 +0000 (00:28 +0000)
src/dispextern.h

index 4fae030415a48d153f18ebf268714648d2eaf14e..d925f881695f1f52fd3e9a2789a40e3692752a25 100644 (file)
@@ -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));