From: Kim F. Storm Date: Sun, 14 Mar 2004 00:28:35 +0000 (+0000) Subject: (x_find_image_file): Make extern. X-Git-Tag: ttn-vms-21-2-B4~7250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c640aa9b337abfc6e0277619cf0433e7b3779bdd;p=emacs.git (x_find_image_file): Make extern. --- 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) 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; {