mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
inetcomm: Make mimebody_create() static.
This commit is contained in:
parent
71874a38aa
commit
d5a4621bd6
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ static HRESULT MimeBody_set_offsets(MimeBody *body, const BODYOFFSETS *offsets)
|
||||||
|
|
||||||
#define FIRST_CUSTOM_PROP_ID 0x100
|
#define FIRST_CUSTOM_PROP_ID 0x100
|
||||||
|
|
||||||
MimeBody *mimebody_create(void)
|
static MimeBody *mimebody_create(void)
|
||||||
{
|
{
|
||||||
MimeBody *This;
|
MimeBody *This;
|
||||||
BODYOFFSETS body_offsets;
|
BODYOFFSETS body_offsets;
|
||||||
|
|
Loading…
Reference in a new issue