inetcomm: Fix some more idl.

oldstable
Huw Davies 2008-09-12 14:49:05 +01:00 committed by Alexandre Julliard
parent 6bfead8421
commit bba2221426
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ static HRESULT WINAPI MimeInternat_MLANG_ConvertInetString(IMimeInternational *i
}
static HRESULT WINAPI MimeInternat_Rfc1522Decode(IMimeInternational *iface, LPCSTR pszValue,
LPCSTR pszCharset,
LPSTR pszCharset,
ULONG cchmax,
LPSTR *ppszDecoded)
{

View File

@ -286,7 +286,7 @@ library MIMEOLE
[in] int *pnDstSize);
HRESULT Rfc1522Decode(
[in] LPCSTR pszValue,
[in,ref] LPCSTR pszCharset,
[in,ref] LPSTR pszCharset,
[in] ULONG cchmax,
[out] LPSTR *ppszDecoded);
HRESULT Rfc1522Encode(