blob: 8a1b393af9f390aa19a9174f66a0d28c4e31c5e6 [file] [log] [blame]
/* loadunimap.h */
#ifndef _LOADUNIMAP_H
#define _LOADUNIMAP_H
void saveunicodemap(int fd, char *oufil); /* save humanly readable */
void loadunicodemap(int fd, char *ufil);
void appendunicodemap(int fd, FILE *fp, int ct, int utf8);
#endif /* _LOADUNIMAP_H */