proxytunnel/base64.h
2002-04-20 15:19:27 +00:00

5 lines
177 B
C

/* Proxytunnel base64.h */
void base64(unsigned char *out, const unsigned char *in, int len);
char basicauth[80]; /* Buffer to hold the proxies basic authentication data */