mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
More cleanups git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@19 bc163920-b10d-0410-b2c5-a5491ca2ceef
5 lines
177 B
C
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 */
|
|
|