Windows2003-3790/inetsrv/iis/svcs/smtp/server/base64.hxx
2020-09-30 16:53:55 +02:00

17 lines
376 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_