mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(x_find_image_file): Make extern.
This commit is contained in:
parent
f27823c657
commit
c640aa9b33
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue