aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1999-08-30 16:06:22 +0000
committerAndreas Schwab1999-08-30 16:06:22 +0000
commitf5969ae957e5e3b92c7901428a0eb93999fc0489 (patch)
tree5abb4f56f3b24a4749726e567e5634c05cc20a3a /src
parenteed63914b03187bd8e2773c6ff577408a4cc0dd1 (diff)
downloademacs-f5969ae957e5e3b92c7901428a0eb93999fc0489.tar.gz
emacs-f5969ae957e5e3b92c7901428a0eb93999fc0489.zip
Add declarations for some functions.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 4d81d2f916c..3162ba61aa2 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1930,6 +1930,7 @@ extern void syms_of_insdel P_ ((void));
1930 1930
1931/* Defined in dispnew.c */ 1931/* Defined in dispnew.c */
1932EXFUN (Fding, 1); 1932EXFUN (Fding, 1);
1933EXFUN (Fredraw_frame, 1);
1933EXFUN (Fredraw_display, 0); 1934EXFUN (Fredraw_display, 0);
1934EXFUN (Fsleep_for, 2); 1935EXFUN (Fsleep_for, 2);
1935EXFUN (Fsit_for, 3); 1936EXFUN (Fsit_for, 3);
@@ -2190,6 +2191,7 @@ EXFUN (Fnarrow_to_region, 2);
2190EXFUN (Fwiden, 0); 2191EXFUN (Fwiden, 0);
2191EXFUN (Fuser_login_name, 1); 2192EXFUN (Fuser_login_name, 1);
2192EXFUN (Fsystem_name, 0); 2193EXFUN (Fsystem_name, 0);
2194EXFUN (Fcurrent_time, 0);
2193extern int clip_to_bounds P_ ((int, int, int)); 2195extern int clip_to_bounds P_ ((int, int, int));
2194extern Lisp_Object make_buffer_string P_ ((int, int, int)); 2196extern Lisp_Object make_buffer_string P_ ((int, int, int));
2195extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int)); 2197extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int));
@@ -2258,6 +2260,7 @@ extern void syms_of_marker P_ ((void));
2258extern Lisp_Object Qfile_error; 2260extern Lisp_Object Qfile_error;
2259EXFUN (Ffind_file_name_handler, 2); 2261EXFUN (Ffind_file_name_handler, 2);
2260EXFUN (Ffile_name_as_directory, 1); 2262EXFUN (Ffile_name_as_directory, 1);
2263EXFUN (Fmake_temp_name, 1);
2261EXFUN (Fexpand_file_name, 2); 2264EXFUN (Fexpand_file_name, 2);
2262EXFUN (Ffile_name_nondirectory, 1); 2265EXFUN (Ffile_name_nondirectory, 1);
2263EXFUN (Fsubstitute_in_file_name, 1); 2266EXFUN (Fsubstitute_in_file_name, 1);
@@ -2428,6 +2431,7 @@ extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int));
2428EXFUN (Fcoordinates_in_window_p, 2); 2431EXFUN (Fcoordinates_in_window_p, 2);
2429EXFUN (Fwindow_at, 3); 2432EXFUN (Fwindow_at, 3);
2430EXFUN (Fpos_visible_in_window_p, 2); 2433EXFUN (Fpos_visible_in_window_p, 2);
2434extern void mark_window_cursors_off P_ ((struct window *));
2431extern int window_internal_height P_ ((struct window *)); 2435extern int window_internal_height P_ ((struct window *));
2432extern int window_internal_width P_ ((struct window *)); 2436extern int window_internal_width P_ ((struct window *));
2433EXFUN (Frecenter, 1); 2437EXFUN (Frecenter, 1);
@@ -2514,6 +2518,7 @@ extern void syms_of_process P_ ((void));
2514/* defined in callproc.c */ 2518/* defined in callproc.c */
2515extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory; 2519extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory;
2516extern Lisp_Object Vdoc_directory; 2520extern Lisp_Object Vdoc_directory;
2521EXFUN (Fcall_process, MANY);
2517extern int child_setup P_ ((int, int, int, char **, int, Lisp_Object)); 2522extern int child_setup P_ ((int, int, int, char **, int, Lisp_Object));
2518extern void init_callproc_1 P_ ((void)); 2523extern void init_callproc_1 P_ ((void));
2519extern void init_callproc P_ ((void)); 2524extern void init_callproc P_ ((void));
@@ -2615,6 +2620,7 @@ extern void syms_of_category P_ ((void));
2615extern void syms_of_ccl P_ ((void)); 2620extern void syms_of_ccl P_ ((void));
2616 2621
2617/* Defined in dired.c */ 2622/* Defined in dired.c */
2623EXFUN (Ffile_attributes, 1);
2618extern void syms_of_dired P_ ((void)); 2624extern void syms_of_dired P_ ((void));
2619 2625
2620/* Defined in mocklisp.c */ 2626/* Defined in mocklisp.c */
@@ -2634,6 +2640,7 @@ extern void syms_of_xfaces P_ ((void));
2634 2640
2635#ifdef HAVE_X_WINDOWS 2641#ifdef HAVE_X_WINDOWS
2636/* Defined in xfns.c */ 2642/* Defined in xfns.c */
2643extern void x_set_toolbar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
2637extern void syms_of_xfns P_ ((void)); 2644extern void syms_of_xfns P_ ((void));
2638#endif 2645#endif
2639 2646