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

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

revision 318 by astrand, Mon Feb 10 12:58:51 2003 UTC revision 320 by astrand, Mon Feb 10 13:05:40 2003 UTC
# Line 40  static uint8 licence_sign_key[16]; Line 40  static uint8 licence_sign_key[16];
40  BOOL licence_issued = False;  BOOL licence_issued = False;
41    
42    
43  int  static int
44  load_licence(unsigned char **data)  load_licence(unsigned char **data)
45  {  {
46          char *path;          char *path;
# Line 66  load_licence(unsigned char **data) Line 66  load_licence(unsigned char **data)
66          return read(fd, *data, st.st_size);          return read(fd, *data, st.st_size);
67  }  }
68    
69  void  static void
70  save_licence(unsigned char *data, int length)  save_licence(unsigned char *data, int length)
71  {  {
72          char *fpath;            /* file path for licence */          char *fpath;            /* file path for licence */

Legend:
Removed from v.318  
changed lines
  Added in v.320

  ViewVC Help
Powered by ViewVC 1.1.26