diff options
| author | Karl Heuer | 1994-09-17 03:12:39 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-17 03:12:39 +0000 |
| commit | c4df73f9c8151837299dc4e84a7b8213398cd7ba (patch) | |
| tree | dcd3c7c03dae4c45c3cc67e87344eb6eb6a555da /src | |
| parent | 59aa6c905ee8dd147cbef608320a0ecc10be104c (diff) | |
| download | emacs-c4df73f9c8151837299dc4e84a7b8213398cd7ba.tar.gz emacs-c4df73f9c8151837299dc4e84a7b8213398cd7ba.zip | |
(barf_or_query_if_file_exists): Fix declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 585ad5cf485..1274694c8ce 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1706,6 +1706,7 @@ expand_and_dir_to_file (filename, defdir) | |||
| 1706 | return abspath; | 1706 | return abspath; |
| 1707 | } | 1707 | } |
| 1708 | 1708 | ||
| 1709 | void | ||
| 1709 | barf_or_query_if_file_exists (absname, querystring, interactive) | 1710 | barf_or_query_if_file_exists (absname, querystring, interactive) |
| 1710 | Lisp_Object absname; | 1711 | Lisp_Object absname; |
| 1711 | unsigned char *querystring; | 1712 | unsigned char *querystring; |