mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
This commit is contained in:
parent
ed326e35f8
commit
2b94e5988b
@ -3104,6 +3104,9 @@ EXFUN (Fx_popup_dialog, 3);
|
||||
extern void syms_of_xmenu P_ ((void));
|
||||
|
||||
/* defined in sysdep.c */
|
||||
#ifndef HAVE_CURRENT_DIR_NAME
|
||||
extern char *get_current_dir_name P_ ((void));
|
||||
#endif
|
||||
extern void stuff_char P_ ((char c));
|
||||
extern void init_sigio P_ ((int));
|
||||
extern void request_sigio P_ ((void));
|
||||
|
Loading…
Reference in New Issue
Block a user