]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_find_image_file): Make extern.
authorKim F. Storm <storm@cua.dk>
Sun, 14 Mar 2004 00:28:35 +0000 (00:28 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 14 Mar 2004 00:28:35 +0000 (00:28 +0000)
src/image.c

index 28c5e5c96b1f993a370f864337601a1ac4e6ce6a..23777dca253a81631b0286f47d9e2924050dc333 100644 (file)
@@ -1998,7 +1998,6 @@ x_put_x_image (f, ximg, pixmap, width, height)
                              File Handling
  ***********************************************************************/
 
-static Lisp_Object x_find_image_file P_ ((Lisp_Object));
 static unsigned char *slurp_file P_ ((char *, int *));
 
 
@@ -2006,7 +2005,7 @@ static unsigned char *slurp_file P_ ((char *, int *));
    x-bitmap-file-path.  Value is the full name of the file found, or
    nil if not found.  */
 
-static Lisp_Object
+Lisp_Object
 x_find_image_file (file)
      Lisp_Object file;
 {