diff options
Diffstat (limited to 'ucs/norm_charmap.h')
-rw-r--r-- | ucs/norm_charmap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ucs/norm_charmap.h b/ucs/norm_charmap.h new file mode 100644 index 00000000..a051231d --- /dev/null +++ b/ucs/norm_charmap.h @@ -0,0 +1,7 @@ +#ifndef _NORM_CHARMAP_H_ +#define _NORM_CHARMAP_H_ + +/* norm_charmap.c */ +const char *norm_charmap(const char *name); + +#endif |