Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b94e598
Commit
2b94e598
authored
Sep 10, 2005
by
Eli Zaretskii
Browse files
(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
parent
ed326e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/lisp.h
src/lisp.h
+3
-0
No files found.
src/lisp.h
View file @
2b94e598
...
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment