1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

(sit_for): Update prototype.

(Fredisplay): Add EXFUN.
This commit is contained in:
Kim F. Storm 2006-07-11 20:09:59 +00:00
parent 6a6be67ad3
commit ab9b1db594

View file

@ -2469,8 +2469,8 @@ EXFUN (Fding, 1);
EXFUN (Fredraw_frame, 1);
EXFUN (Fredraw_display, 0);
EXFUN (Fsleep_for, 2);
EXFUN (Fsit_for, 3);
extern Lisp_Object sit_for P_ ((int, int, int, int, int));
EXFUN (Fredisplay, 1);
extern Lisp_Object sit_for P_ ((Lisp_Object, int, int));
extern void init_display P_ ((void));
extern void syms_of_display P_ ((void));
extern void safe_bcopy P_ ((const char *, char *, int));