--- sourceforge.net/trunk/rdesktop/proto.h 2002/09/11 11:45:20 118 +++ sourceforge.net/trunk/rdesktop/proto.h 2002/09/14 11:48:44 121 @@ -70,8 +70,7 @@ BOOL tcp_connect(char *server); void tcp_disconnect(void); /* xkeymap.c */ -void xkeymap_init1(void); -void xkeymap_init2(void); +void xkeymap_init(void); BOOL handle_special_keys(KeySym keysym, uint32 ev_time, BOOL pressed); key_translation xkeymap_translate_key(KeySym keysym, unsigned int keycode, unsigned int state); uint16 xkeymap_translate_button(unsigned int button);