diff options
Diffstat (limited to 'ucs')
-rw-r--r-- | ucs/norm_charmap.c | 1 | ||||
-rw-r--r-- | ucs/norm_charmap.h | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ucs/norm_charmap.c b/ucs/norm_charmap.c index e2a9aaf9..dedad326 100644 --- a/ucs/norm_charmap.c +++ b/ucs/norm_charmap.c @@ -25,6 +25,7 @@ */ #include "config.h" /* import AC_C_CONST effects */ +#include "norm_charmap.h" #include <string.h> 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 |