diff options
| author | Kim F. Storm | 2004-02-08 23:19:48 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-02-08 23:19:48 +0000 |
| commit | d5653b787668d81acc522213ab6a6e476756cfc5 (patch) | |
| tree | 14b1599236f0fd6a3589e5ddd6c176ccf312ad2c /src | |
| parent | 21fb8f569021d669c79f8cc530ec05e5661e4f67 (diff) | |
| download | emacs-d5653b787668d81acc522213ab6a6e476756cfc5.tar.gz emacs-d5653b787668d81acc522213ab6a6e476756cfc5.zip | |
(syms_of_fringe, init_fringe, init_fringe_once):
Add prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 917634525d7..6137182847f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2301,6 +2301,11 @@ EXFUN (Ftruncate, 2); | |||
| 2301 | extern void init_floatfns P_ ((void)); | 2301 | extern void init_floatfns P_ ((void)); |
| 2302 | extern void syms_of_floatfns P_ ((void)); | 2302 | extern void syms_of_floatfns P_ ((void)); |
| 2303 | 2303 | ||
| 2304 | /* Defined in fringe.c */ | ||
| 2305 | extern void syms_of_fringe P_ ((void)); | ||
| 2306 | extern void init_fringe P_ ((void)); | ||
| 2307 | extern void init_fringe_once P_ ((void)); | ||
| 2308 | |||
| 2304 | /* Defined in insdel.c */ | 2309 | /* Defined in insdel.c */ |
| 2305 | extern Lisp_Object Qinhibit_modification_hooks; | 2310 | extern Lisp_Object Qinhibit_modification_hooks; |
| 2306 | extern void move_gap P_ ((int)); | 2311 | extern void move_gap P_ ((int)); |