From: Kenichi Handa Date: Tue, 2 Dec 2003 01:45:59 +0000 (+0000) Subject: (detect_coding_system): Adjust prototype. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1680 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bedadd048e70ad0047f3c0513f1573f9c87b874b;p=emacs.git (detect_coding_system): Adjust prototype. --- 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); 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));