6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 /* ---------------------------- global macros ------------------------------ */
12 /* ---------------------------- type definitions --------------------------- */
20 /* ---------------------------- forward declarations ----------------------- */
22 /* ---------------------------- exported variables (globals) --------------- */
24 /* ---------------------------- interface functions ------------------------ */
26 int charmap_string_to_mask(
27 int *ret
, const char *string
, charmap_t
*table
, char *errstring
);
28 char charmap_mask_to_char(int mask
, charmap_t
*table
);
30 #endif /* CHARMAP_H */