diff options
author | Kenichi Handa <handa@m17n.org> | 1998-01-22 01:26:45 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-01-22 01:26:45 +0000 |
commit | bbdf8271531c0182b18431908e33290cf92bda14 (patch) | |
tree | 678acda71119f650d94a79d4af8c6ca00bf94d4e /src/lisp.h | |
parent | f27acd4b95f70119b8b3d40e0d2439af39eb5b63 (diff) | |
download | emacs-bbdf8271531c0182b18431908e33290cf92bda14.tar.gz |
(detect_coding_system): Extern it.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 087bd750b04..4507af6e6bb 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1611,6 +1611,7 @@ EXFUN (Fread_non_nil_coding_system, 1); EXFUN (Ffind_operation_coding_system, MANY); EXFUN (Fencode_coding_string, 3); EXFUN (Fdecode_coding_string, 3); +extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int)); /* Defined in charset.c */ EXFUN (Fchar_bytes, 1); |