--- sourceforge.net/trunk/rdesktop/proto.h 2005/08/04 12:11:10 972 +++ sourceforge.net/trunk/rdesktop/proto.h 2005/08/04 12:44:10 973 @@ -166,7 +166,7 @@ void ui_clip_sync(void); void xclip_init(void); /* xkeymap.c */ -void xkeymap_from_locale(const char *locale); +BOOL xkeymap_from_locale(const char *locale); FILE *xkeymap_open(const char *filename); void xkeymap_init(void); BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);