/*
  
  $Id: base64.h,v 1.2 2003/09/06 13:22:49 thivillon Exp $

  Stolen from Apache 1.3.27


*/

extern int base64_encode(char *string, char *encoded, int len);
extern int base64_decode(unsigned char *bufplain, const char *bufcoded);

#ifndef HAVE_STRCASESTR
extern char *strcasestr(const char *, const char *);
#endif



syntax highlighted by Code2HTML, v. 0.9.1