/[rdesktop]/jpeg/rdesktop/trunk/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 /jpeg/rdesktop/trunk/proto.h

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

revision 435 by astrand, Wed Jul 9 09:18:20 2003 UTC revision 460 by astrand, Tue Sep 2 09:37:39 2003 UTC
# Line 21  void channel_send(STREAM s, VCHANNEL * c Line 21  void channel_send(STREAM s, VCHANNEL * c
21  void channel_process(STREAM s, uint16 mcs_channel);  void channel_process(STREAM s, uint16 mcs_channel);
22  /* cliprdr.c */  /* cliprdr.c */
23  void cliprdr_send_text_format_announce(void);  void cliprdr_send_text_format_announce(void);
24    void cliprdr_send_blah_format_announce(void);
25  void cliprdr_send_native_format_announce(uint8 * data, uint32 length);  void cliprdr_send_native_format_announce(uint8 * data, uint32 length);
26  void cliprdr_send_data_request(uint32 format);  void cliprdr_send_data_request(uint32 format);
27  void cliprdr_send_data(uint8 * data, uint32 length);  void cliprdr_send_data(uint8 * data, uint32 length);
# Line 45  void mcs_disconnect(void); Line 46  void mcs_disconnect(void);
46  /* orders.c */  /* orders.c */
47  void process_orders(STREAM s, uint16 num_orders);  void process_orders(STREAM s, uint16 num_orders);
48  void reset_order_state(void);  void reset_order_state(void);
49    /* printer.c */
50  /* rdesktop.c */  /* rdesktop.c */
51  int main(int argc, char *argv[]);  int main(int argc, char *argv[]);
52  void generate_random(uint8 * random);  void generate_random(uint8 * random);
# Line 57  void unimpl(char *format, ...); Line 59  void unimpl(char *format, ...);
59  void hexdump(unsigned char *p, int len);  void hexdump(unsigned char *p, int len);
60  int load_licence(unsigned char **data);  int load_licence(unsigned char **data);
61  void save_licence(unsigned char *data, int length);  void save_licence(unsigned char *data, int length);
62    /* rdp5.c */
63    void rdp5_process(STREAM s, BOOL encryption);
64  /* rdp.c */  /* rdp.c */
65  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
66  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,
# Line 70  BOOL rdp_main_loop(void); Line 74  BOOL rdp_main_loop(void);
74  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,
75                   char *directory);                   char *directory);
76  void rdp_disconnect(void);  void rdp_disconnect(void);
 /* rdp5.c */  
 void rdp5_process(STREAM s, BOOL encryption);  
77  /* rdpdr.c */  /* rdpdr.c */
78  void rdpdr_send_connect(void);  void rdpdr_send_connect(void);
79  void rdpdr_send_name(void);  void rdpdr_send_name(void);
# Line 79  void rdpdr_send_available(void); Line 81  void rdpdr_send_available(void);
81  void rdpdr_send_completion(uint32 device, uint32 id, uint32 status, uint32 result, uint8 * buffer,  void rdpdr_send_completion(uint32 device, uint32 id, uint32 status, uint32 result, uint8 * buffer,
82                             uint32 length);                             uint32 length);
83  BOOL rdpdr_init(void);  BOOL rdpdr_init(void);
84    /* rdpsnd.c */
85    BOOL rdpsnd_init(void);
86  /* secure.c */  /* secure.c */
87  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);
88  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 93  void sec_process_mcs_data(STREAM s); Line 97  void sec_process_mcs_data(STREAM s);
97  STREAM sec_recv(void);  STREAM sec_recv(void);
98  BOOL sec_connect(char *server, char *username);  BOOL sec_connect(char *server, char *username);
99  void sec_disconnect(void);  void sec_disconnect(void);
100    /* serial.c */
101  /* tcp.c */  /* tcp.c */
102  STREAM tcp_init(uint32 maxlen);  STREAM tcp_init(uint32 maxlen);
103  void tcp_send(STREAM s);  void tcp_send(STREAM s);
# Line 111  BOOL handle_special_keys(uint32 keysym, Line 116  BOOL handle_special_keys(uint32 keysym,
116  key_translation xkeymap_translate_key(uint32 keysym, unsigned int keycode, unsigned int state);  key_translation xkeymap_translate_key(uint32 keysym, unsigned int keycode, unsigned int state);
117  uint16 xkeymap_translate_button(unsigned int button);  uint16 xkeymap_translate_button(unsigned int button);
118  char *get_ksname(uint32 keysym);  char *get_ksname(uint32 keysym);
119    void save_remote_modifiers(void);
120    void restore_remote_modifiers(uint32 ev_time);
121  void ensure_remote_modifiers(uint32 ev_time, key_translation tr);  void ensure_remote_modifiers(uint32 ev_time, key_translation tr);
122  void reset_modifier_keys(unsigned int state);  void reset_modifier_keys(unsigned int state);
123  void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);  void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);

Legend:
Removed from v.435  
changed lines
  Added in v.460

  ViewVC Help
Powered by ViewVC 1.1.26