Mercurial > emacs
changeset 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 | f90f66dc4999 |
children | 4ab3a5beaea6 |
files | src/image.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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; {