/* drwWkeyfn */


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_get_key_str(wimp_key_no keyno,
                            char *mods_and_str);

#ifdef __cplusplus
}
#endif

