windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/smtp/server/base64.hxx
2020-09-26 16:20:57 +08:00

17 lines
360 B
C++

#ifndef _SMTP_BASE64_
#define _SMTP_BASE64_
BOOL uudecode(char * bufcoded,
BUFFER * pbuffdecoded,
DWORD * pcbDecoded,
BOOL fBase64
);
BOOL uuencode( BYTE * bufin,
DWORD nbytes,
BUFFER * pbuffEncoded,
BOOL fBase64 );
#endif // _SMTP_BASE64_