/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 61 by matthewc, Sun Jul 14 12:06:03 2002 UTC revision 209 by matthewc, Wed Oct 2 13:51:16 2002 UTC
# Line 37  void xfree(void *mem); Line 37  void xfree(void *mem);
37  void error(char *format, ...);  void error(char *format, ...);
38  void unimpl(char *format, ...);  void unimpl(char *format, ...);
39  void hexdump(unsigned char *p, unsigned int len);  void hexdump(unsigned char *p, unsigned int len);
 int load_licence(unsigned char **data);  
 void save_licence(unsigned char *data, int length);  
40  /* rdp.c */  /* rdp.c */
41  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
42  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1, uint16 param2);  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1, uint16 param2);
43  void rdp_main_loop(void);  void rdp_main_loop(void);
44  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory);  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory);
45  void rdp_disconnect(void);  void rdp_disconnect(void);
46    /* readpass.c */
47    char *askpass(char *askpass, const char *msg);
48  /* secure.c */  /* secure.c */
49  void sec_hash_48(uint8 *out, uint8 *in, uint8 *salt1, uint8 *salt2, uint8 salt);  void sec_hash_48(uint8 *out, uint8 *in, uint8 *salt1, uint8 *salt2, uint8 salt);
50  void sec_hash_16(uint8 *out, uint8 *in, uint8 *salt1, uint8 *salt2);  void sec_hash_16(uint8 *out, uint8 *in, uint8 *salt1, uint8 *salt2);
# Line 63  BOOL tcp_connect(char *server); Line 63  BOOL tcp_connect(char *server);
63  void tcp_disconnect(void);  void tcp_disconnect(void);
64  /* xkeymap.c */  /* xkeymap.c */
65  void xkeymap_init(void);  void xkeymap_init(void);
66  uint8 xkeymap_translate_key(unsigned int keysym, unsigned int keycode, uint16 *flags);  BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);
67    key_translation xkeymap_translate_key(uint32 keysym, unsigned int keycode, unsigned int state);
68  uint16 xkeymap_translate_button(unsigned int button);  uint16 xkeymap_translate_button(unsigned int button);
69    char *get_ksname(uint32 keysym);
70    void ensure_remote_modifiers(uint32 ev_time, key_translation tr);
71    void reset_modifier_keys(unsigned int state);
72    void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);
73  /* xwin.c */  /* xwin.c */
74  BOOL ui_create_window(char *title);  BOOL get_key_state(unsigned int state, uint32 keysym);
75    BOOL ui_init(void);
76    void ui_deinit(void);
77    BOOL ui_create_window(void);
78  void ui_destroy_window(void);  void ui_destroy_window(void);
79    void xwin_toggle_fullscreen(void);
80  void ui_select(int rdp_socket);  void ui_select(int rdp_socket);
81  void ui_move_pointer(int x, int y);  void ui_move_pointer(int x, int y);
82  HBITMAP ui_create_bitmap(int width, int height, uint8 *data);  HBITMAP ui_create_bitmap(int width, int height, uint8 *data);

Legend:
Removed from v.61  
changed lines
  Added in v.209

  ViewVC Help
Powered by ViewVC 1.1.26