]> Pileus Git - ~andy/fetchmail/blobdiff - ucs/norm_charmap.h
Fix missing prototype for norm_charmap.
[~andy/fetchmail] / ucs / norm_charmap.h
diff --git a/ucs/norm_charmap.h b/ucs/norm_charmap.h
new file mode 100644 (file)
index 0000000..a051231
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _NORM_CHARMAP_H_
+#define _NORM_CHARMAP_H_
+
+/* norm_charmap.c */
+const char *norm_charmap(const char *name);
+
+#endif