diff options
| author | Kenichi Handa | 2003-12-02 01:45:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-12-02 01:45:59 +0000 |
| commit | bedadd048e70ad0047f3c0513f1573f9c87b874b (patch) | |
| tree | ca3b5ff8d184139da4ce89a8b7ea35c4e7a059c1 /src | |
| parent | 5b359650abe55de8e83fdcd52fda6c12d9c324c7 (diff) | |
| download | emacs-bedadd048e70ad0047f3c0513f1573f9c87b874b.tar.gz emacs-bedadd048e70ad0047f3c0513f1573f9c87b874b.zip | |
(detect_coding_system): Adjust prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index feab2714aef..f1c9dc9c58a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2153,8 +2153,8 @@ EXFUN (Ffind_operation_coding_system, MANY); | |||
| 2153 | EXFUN (Fupdate_coding_systems_internal, 0); | 2153 | EXFUN (Fupdate_coding_systems_internal, 0); |
| 2154 | EXFUN (Fencode_coding_string, 4); | 2154 | EXFUN (Fencode_coding_string, 4); |
| 2155 | EXFUN (Fdecode_coding_string, 4); | 2155 | EXFUN (Fdecode_coding_string, 4); |
| 2156 | extern Lisp_Object detect_coding_system P_ ((const unsigned char *, int, int, | 2156 | extern Lisp_Object detect_coding_system P_ ((const unsigned char *, int, |
| 2157 | int, Lisp_Object)); | 2157 | int, int, int, Lisp_Object)); |
| 2158 | extern void init_coding P_ ((void)); | 2158 | extern void init_coding P_ ((void)); |
| 2159 | extern void init_coding_once P_ ((void)); | 2159 | extern void init_coding_once P_ ((void)); |
| 2160 | extern void syms_of_coding P_ ((void)); | 2160 | extern void syms_of_coding P_ ((void)); |