]> diplodocus.org Git - nmh/blobdiff - sbr/check_charset.c
uip/folder.c: Rewrite plural test to common form.
[nmh] / sbr / check_charset.c
index 4f2eeba9c7b5242b4b062aab0cd926c5e7f24aa7..88026666065f3845a187fa156d95f7888a3d83b1 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * check_charset.c -- routines for character sets
+/* check_charset.c -- routines for character sets
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -11,6 +9,9 @@
 
 #include <langinfo.h>
 
 
 #include <langinfo.h>
 
+/* Only get_charset() should use norm_charmap(), so hide its
+   declaration here. */
+char *norm_charmap(char *);
 
 /*
  * Get the current character set
 
 /*
  * Get the current character set