libkeymap
2.0.4
Library to manage the Linux keymaps
|
00001 00005 #ifndef LK_CHARSET_H 00006 #define LK_CHARSET_H 00007 00008 #include <keymap/context.h> 00009 00010 void lk_list_charsets(FILE *f); 00011 const char *lk_get_charset(struct lk_ctx *ctx); 00012 int lk_set_charset(struct lk_ctx *ctx, const char *name); 00013 00014 #endif /* LK_CHARSET_H */