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

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

revision 598 by n-ki, Fri Feb 6 10:32:13 2004 UTC revision 608 by astrand, Sun Feb 15 21:19:28 2004 UTC
# Line 149  printercache_process(STREAM s) Line 149  printercache_process(STREAM s)
149          in_uint32_le(s, type);          in_uint32_le(s, type);
150          switch (type)          switch (type)
151          {          {
152                  /*case 4: renaming of item old name and then new name */                          /*case 4: renaming of item old name and then new name */
153                  /*case 3: delete item name */                          /*case 3: delete item name */
154                  case 2:                  case 2:
155                          in_uint32_le(s, printer_unicode_length);                          in_uint32_le(s, printer_unicode_length);
156                          in_uint32_le(s, blob_length);                          in_uint32_le(s, blob_length);
# Line 162  printercache_process(STREAM s) Line 162  printercache_process(STREAM s)
162                          }                          }
163                          break;                          break;
164    
165                  /*case 1: */                          /*case 1: */
166                          // TODO: I think this one just tells us what printer is on LPT? but why?                          // TODO: I think this one just tells us what printer is on LPT? but why?
167    
168                          //                          //

Legend:
Removed from v.598  
changed lines
  Added in v.608

  ViewVC Help
Powered by ViewVC 1.1.26