/[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 1254 by ossman_, Fri Apr 28 07:55:36 2006 UTC revision 1255 by stargo, Sun Sep 17 11:04:50 2006 UTC
# Line 165  BOOL rdpdr_abort_io(uint32 fd, uint32 ma Line 165  BOOL rdpdr_abort_io(uint32 fd, uint32 ma
165  /* rdpsnd.c */  /* rdpsnd.c */
166  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);
167  BOOL rdpsnd_init(void);  BOOL rdpsnd_init(void);
168  /* rdpsnd_oss.c */  BOOL rdpsnd_select_driver(char *driver, char *options);
169  BOOL wave_out_open(void);  void rdpsnd_show_help(void);
170  void wave_out_close(void);  inline void rdpsnd_play(void);
 BOOL wave_out_format_supported(WAVEFORMATEX * pwfx);  
 BOOL wave_out_set_format(WAVEFORMATEX * pwfx);  
 void wave_out_volume(uint16 left, uint16 right);  
 void wave_out_write(STREAM s, uint16 tick, uint8 index);  
 void wave_out_play(void);  
171  /* secure.c */  /* secure.c */
172  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);
173  void sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2);  void sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2);

Legend:
Removed from v.1254  
changed lines
  Added in v.1255

  ViewVC Help
Powered by ViewVC 1.1.26