home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Hacker 2003
/
Power_Hacker_2003.iso
/
Exploit and vulnerability
/
w00w00
/
sectools
/
dsniff
/
base64.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-05-16
|
204 b
|
16 lines
/*
base64.h
Base-64 routines.
$Id: base64.h,v 1.1 2000/05/16 17:31:14 dugsong Exp $
*/
#ifndef BASE64_H
#define BASE64_H
int base64_pton(char const *, u_char *, size_t);
#endif /* BASE64_H */