/[rdesktop]/jpeg/rdesktop/trunk/mppc.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 /jpeg/rdesktop/trunk/mppc.c

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

sourceforge.net/trunk/rdesktop/mppc.c revision 1365 by jsorg71, Thu Jan 4 05:39:39 2007 UTC jpeg/rdesktop/trunk/mppc.c revision 1507 by dpavlin, Mon Jul 20 16:45:11 2009 UTC
# Line 1  Line 1 
1  /* -*- c-basic-offset: 8 -*-  /* -*- c-basic-offset: 8 -*-
2     rdesktop: A Remote Desktop Protocol client.     rdesktop: A Remote Desktop Protocol client.
3     Protocol services - RDP decompression     Protocol services - RDP decompression
4     Copyright (C) Matthew Chapman 1999-2007     Copyright (C) Matthew Chapman 1999-2008
5    
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 63  mppc_expand(uint8 * data, uint32 clen, u Line 63  mppc_expand(uint8 * data, uint32 clen, u
63          int next_offset, match_off;          int next_offset, match_off;
64          int match_len;          int match_len;
65          int old_offset, match_bits;          int old_offset, match_bits;
66          BOOL big = ctype & RDP_MPPC_BIG ? True : False;          RD_BOOL big = ctype & RDP_MPPC_BIG ? True : False;
67    
68          uint8 *dict = g_mppc_dict.hist;          uint8 *dict = g_mppc_dict.hist;
69    

Legend:
Removed from v.1365  
changed lines
  Added in v.1507

  ViewVC Help
Powered by ViewVC 1.1.26