aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-03-14 00:28:35 +0000
committerKim F. Storm2004-03-14 00:28:35 +0000
commitc640aa9b337abfc6e0277619cf0433e7b3779bdd (patch)
tree8849f59f347dd18b7d66267d66dd28917148bde3 /src
parentf27823c657ea0ca38bdfcf4ca438e8e223264387 (diff)
downloademacs-c640aa9b337abfc6e0277619cf0433e7b3779bdd.tar.gz
emacs-c640aa9b337abfc6e0277619cf0433e7b3779bdd.zip
(x_find_image_file): Make extern.
Diffstat (limited to 'src')
-rw-r--r--src/image.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c
index 28c5e5c96b1..23777dca253 100644
--- a/src/image.c
+++ b/src/image.c
@@ -1998,7 +1998,6 @@ x_put_x_image (f, ximg, pixmap, width, height)
1998 File Handling 1998 File Handling
1999 ***********************************************************************/ 1999 ***********************************************************************/
2000 2000
2001static Lisp_Object x_find_image_file P_ ((Lisp_Object));
2002static unsigned char *slurp_file P_ ((char *, int *)); 2001static unsigned char *slurp_file P_ ((char *, int *));
2003 2002
2004 2003
@@ -2006,7 +2005,7 @@ static unsigned char *slurp_file P_ ((char *, int *));
2006 x-bitmap-file-path. Value is the full name of the file found, or 2005 x-bitmap-file-path. Value is the full name of the file found, or
2007 nil if not found. */ 2006 nil if not found. */
2008 2007
2009static Lisp_Object 2008Lisp_Object
2010x_find_image_file (file) 2009x_find_image_file (file)
2011 Lisp_Object file; 2010 Lisp_Object file;
2012{ 2011{