]> git.eshelyaron.com Git - emacs.git/commitdiff
(detect_coding_system): Adjust prototype.
authorKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 01:45:59 +0000 (01:45 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 01:45:59 +0000 (01:45 +0000)
src/lisp.h

index feab2714aef6f5718cdc90f5fe5aded7b37173f1..f1c9dc9c58aaa48ef1132c6b266e26c55bcafdc6 100644 (file)
@@ -2153,8 +2153,8 @@ EXFUN (Ffind_operation_coding_system, MANY);
 EXFUN (Fupdate_coding_systems_internal, 0);
 EXFUN (Fencode_coding_string, 4);
 EXFUN (Fdecode_coding_string, 4);
-extern Lisp_Object detect_coding_system P_ ((const unsigned char *, int, int,
-                                            int, Lisp_Object));
+extern Lisp_Object detect_coding_system P_ ((const unsigned char *, int,
+                                            int, int, int, Lisp_Object));
 extern void init_coding P_ ((void));
 extern void init_coding_once P_ ((void));
 extern void syms_of_coding P_ ((void));