Add pancyrillic font
[platform/upstream/kbd.git] / src / loadunimap.h
1 /* loadunimap.h */
2
3 #ifndef _LOADUNIMAP_H
4 #define _LOADUNIMAP_H
5
6 void saveunicodemap(int fd, char *oufil);       /* save humanly readable */
7 void loadunicodemap(int fd, char *ufil);
8 void appendunicodemap(int fd, FILE *fp, int ct, int utf8);
9
10 #endif  /* _LOADUNIMAP_H */