From e1d211de0928eec84230d73e5705b592ab86bca9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 9 Oct 2010 10:21:30 +0200 Subject: Fix missing prototype for norm_charmap. --- ucs/norm_charmap.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ucs/norm_charmap.h (limited to 'ucs/norm_charmap.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 -- cgit v1.2.3