diff options
| author | Kim F. Storm | 2004-03-14 00:28:35 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-14 00:28:35 +0000 |
| commit | c640aa9b337abfc6e0277619cf0433e7b3779bdd (patch) | |
| tree | 8849f59f347dd18b7d66267d66dd28917148bde3 /src | |
| parent | f27823c657ea0ca38bdfcf4ca438e8e223264387 (diff) | |
| download | emacs-c640aa9b337abfc6e0277619cf0433e7b3779bdd.tar.gz emacs-c640aa9b337abfc6e0277619cf0433e7b3779bdd.zip | |
(x_find_image_file): Make extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 3 |
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 | ||
| 2001 | static Lisp_Object x_find_image_file P_ ((Lisp_Object)); | ||
| 2002 | static unsigned char *slurp_file P_ ((char *, int *)); | 2001 | static 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 | ||
| 2009 | static Lisp_Object | 2008 | Lisp_Object |
| 2010 | x_find_image_file (file) | 2009 | x_find_image_file (file) |
| 2011 | Lisp_Object file; | 2010 | Lisp_Object file; |
| 2012 | { | 2011 | { |