/[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 1371 by jsorg71, Thu Jan 4 05:39:39 2007 UTC revision 1372 by jsorg71, Mon Jan 8 04:47:06 2007 UTC
# Line 36  Line 36 
36  #include <string.h>  #include <string.h>
37  #include "rdesktop.h"  #include "rdesktop.h"
38    
39  static BOOL  static RD_BOOL
40  printercache_mkdir(char *base, char *printer)  printercache_mkdir(char *base, char *printer)
41  {  {
42          char *path;          char *path;
# Line 72  printercache_mkdir(char *base, char *pri Line 72  printercache_mkdir(char *base, char *pri
72          return True;          return True;
73  }  }
74    
75  static BOOL  static RD_BOOL
76  printercache_unlink_blob(char *printer)  printercache_unlink_blob(char *printer)
77  {  {
78          char *path;          char *path;
# Line 109  printercache_unlink_blob(char *printer) Line 109  printercache_unlink_blob(char *printer)
109  }  }
110    
111    
112  static BOOL  static RD_BOOL
113  printercache_rename_blob(char *printer, char *new_printer)  printercache_rename_blob(char *printer, char *new_printer)
114  {  {
115          char *printer_path;          char *printer_path;

Legend:
Removed from v.1371  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC 1.1.26