/[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 1272 by stargo, Thu Sep 21 19:00:11 2006 UTC revision 1300 by ossman_, Thu Oct 19 12:26:55 2006 UTC
# Line 167  void rdpsnd_send_completion(uint16 tick, Line 167  void rdpsnd_send_completion(uint16 tick,
167  BOOL rdpsnd_init(char *optarg);  BOOL rdpsnd_init(char *optarg);
168  void rdpsnd_show_help(void);  void rdpsnd_show_help(void);
169  void rdpsnd_play(void);  void rdpsnd_play(void);
170    void rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index);
171    struct audio_packet *rdpsnd_queue_current_packet(void);
172    BOOL rdpsnd_queue_empty(void);
173    void rdpsnd_queue_init(void);
174    void rdpsnd_queue_next(void);
175    int rdpsnd_queue_next_tick(void);
176  /* secure.c */  /* secure.c */
177  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);
178  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.1272  
changed lines
  Added in v.1300

  ViewVC Help
Powered by ViewVC 1.1.26