#ifndef KBDCONF_APIDEF_H #define KBDCONF_APIDEF_H class DATALIST; struct KBDCONF_API{ const char *(*touch) (); int (*init) (); int (*save) (const char *k); int (*updatekeyboard) (); const char *(*getlayout) (); }; #endif