Windows2003-3790/inetsrv/iis/svcs/smtp/server/base64.hxx

17 lines
376 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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_