inetcomm: Fix some more idl.

This commit is contained in:
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, static HRESULT WINAPI MimeInternat_Rfc1522Decode(IMimeInternational *iface, LPCSTR pszValue,
LPCSTR pszCharset, LPSTR pszCharset,
ULONG cchmax, ULONG cchmax,
LPSTR *ppszDecoded) LPSTR *ppszDecoded)
{ {

View File

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