]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_fringe, init_fringe, init_fringe_once):
authorKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:19:48 +0000 (23:19 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:19:48 +0000 (23:19 +0000)
Add prototypes.

src/lisp.h

index 917634525d7b1105c04874eec8b850d46b42de65..6137182847fb95a48589590319c6af1df85d2e1c 100644 (file)
@@ -2301,6 +2301,11 @@ EXFUN (Ftruncate, 2);
 extern void init_floatfns P_ ((void));
 extern void syms_of_floatfns P_ ((void));
 
+/* Defined in fringe.c */
+extern void syms_of_fringe P_ ((void));
+extern void init_fringe P_ ((void));
+extern void init_fringe_once P_ ((void));
+
 /* Defined in insdel.c */
 extern Lisp_Object Qinhibit_modification_hooks;
 extern void move_gap P_ ((int));