689836c6a7bdbb729fa01b67e77192530b51c61f
[platform/upstream/kbd.git] / src / libkeymap / keymap / charset.h
1 /**
2  * @file charset.h
3  * @brief Functions for charset manipulation.
4  */
5 #ifndef LK_CHARSET_H
6 #define LK_CHARSET_H
7
8 #include <keymap/context.h>
9
10 void lk_list_charsets(FILE *f);
11 const char *lk_get_charset(struct lk_ctx *ctx);
12 int lk_set_charset(struct lk_ctx *ctx, const char *name);
13
14 #endif /* LK_CHARSET_H */