Francois Gouget : inetcomm: Make mimebody_create() static.

Alexandre Julliard julliard at winehq.org
Tue Mar 5 12:59:19 CST 2013


Module: wine
Branch: master
Commit: d5a4621bd6cfc002b978534ae490ba059d0cb319
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d5a4621bd6cfc002b978534ae490ba059d0cb319

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar  5 12:15:44 2013 +0100

inetcomm: Make mimebody_create() static.

---

 dlls/inetcomm/mimeole.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/inetcomm/mimeole.c b/dlls/inetcomm/mimeole.c
index 4c61f72..38acd49 100644
--- a/dlls/inetcomm/mimeole.c
+++ b/dlls/inetcomm/mimeole.c
@@ -1094,7 +1094,7 @@ static HRESULT MimeBody_set_offsets(MimeBody *body, const BODYOFFSETS *offsets)
 
 #define FIRST_CUSTOM_PROP_ID 0x100
 
-MimeBody *mimebody_create(void)
+static MimeBody *mimebody_create(void)
 {
     MimeBody *This;
     BODYOFFSETS body_offsets;




More information about the wine-cvs mailing list