# HG changeset patch # User Kim F. Storm # Date 1079224115 0 # Node ID 138155b7215efab41ab36659b75ee2f9aca9a4ff # Parent f90f66dc49993ff90aa3c50c5a330428bc881e47 (x_find_image_file): Make extern. diff -r f90f66dc4999 -r 138155b7215e src/image.c --- 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; {