]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare char_valid_p.
authorAndreas Schwab <schwab@suse.de>
Thu, 3 Dec 1998 09:22:52 +0000 (09:22 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 3 Dec 1998 09:22:52 +0000 (09:22 +0000)
src/charset.h

index 710291a77fc62fe128b84227d6f3636c6ec40464..a207cfba35a5c0cdd734d087fe626439dc89b0f7 100644 (file)
@@ -817,6 +817,7 @@ extern int find_charset_in_str P_ ((unsigned char *, int, int *,
                                    Lisp_Object, int));
 extern int strwidth P_ ((unsigned char *, int));
 extern int char_bytes P_ ((int));
+extern int char_valid_p P_ ((int, int));
 
 extern Lisp_Object Vtranslation_table_vector;