Commit bba22214 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

inetcomm: Fix some more idl.

parent 6bfead84
...@@ -383,7 +383,7 @@ static HRESULT WINAPI MimeInternat_MLANG_ConvertInetString(IMimeInternational *i ...@@ -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)
{ {
......
...@@ -286,7 +286,7 @@ library MIMEOLE ...@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment