/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpsnd.c
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/rdpsnd.c

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

revision 434 by matthewc, Tue Jul 1 09:31:25 2003 UTC revision 435 by astrand, Wed Jul 9 09:18:20 2003 UTC
# Line 6  static void Line 6  static void
6  rdpsnd_process(STREAM s)  rdpsnd_process(STREAM s)
7  {  {
8          printf("rdpsnd_process\n");          printf("rdpsnd_process\n");
9          hexdump(s->p, s->end-s->p);          hexdump(s->p, s->end - s->p);
10  }  }
11    
12  BOOL  BOOL
13  rdpsnd_init(void)  rdpsnd_init(void)
14  {  {
15          rdpsnd_channel = channel_register("rdpsnd", CHANNEL_OPTION_INITIALIZED | CHANNEL_OPTION_ENCRYPT_RDP, rdpsnd_process);          rdpsnd_channel =
16                    channel_register("rdpsnd", CHANNEL_OPTION_INITIALIZED | CHANNEL_OPTION_ENCRYPT_RDP,
17                                     rdpsnd_process);
18          return (rdpsnd_channel != NULL);          return (rdpsnd_channel != NULL);
19  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26