/[dynamips]/upstream/dynamips-0.2.8-RC1/base64.h
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 /upstream/dynamips-0.2.8-RC1/base64.h

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

upstream/dynamips-0.2.7/base64.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/base64.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 15  Line 15 
15  void base64_encode(unsigned char *out,const unsigned char *in,int inlen);  void base64_encode(unsigned char *out,const unsigned char *in,int inlen);
16    
17  /* Decode from base64 */  /* Decode from base64 */
18  int base64_decode(char *out,const char *in,int maxlen);  int base64_decode(unsigned char *out,const unsigned char *in,int maxlen);
19    
20  #endif  #endif

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26