diff src/image.c @ 54391:138155b7215e

(x_find_image_file): Make extern.
author Kim F. Storm <storm@cua.dk>
date Sun, 14 Mar 2004 00:28:35 +0000
parents 58fe37b82d00
children 5636e8542b77
line wrap: on
line diff
--- a/src/image.c	Sun Mar 14 00:28:01 2004 +0000
+++ b/src/image.c	Sun Mar 14 00:28:35 2004 +0000
@@ -1998,7 +1998,6 @@
 			      File Handling
  ***********************************************************************/
 
-static Lisp_Object x_find_image_file P_ ((Lisp_Object));
 static unsigned char *slurp_file P_ ((char *, int *));
 
 
@@ -2006,7 +2005,7 @@
    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;
 {