зеркало из https://github.com/mozilla/pjs.git
Use proper module name for smime & make local function static.
Fixing static build bustage Bug #109575 r=bryner sr=waterson
This commit is contained in:
Родитель
45201280d3
Коммит
19b032f6df
|
@ -71,4 +71,4 @@ static nsModuleComponentInfo components[] =
|
|||
};
|
||||
|
||||
|
||||
NS_IMPL_NSGETMODULE(nsMsgComposeModule, components)
|
||||
NS_IMPL_NSGETMODULE(nsMsgSMIMEModule, components)
|
||||
|
|
|
@ -56,7 +56,7 @@ static nsresult mime_nested_encoder_output_fn (const char *buf, PRInt32 size, vo
|
|||
static int make_multipart_signed_header_string(PRBool outer_p,
|
||||
char **header_return,
|
||||
char **boundary_return);
|
||||
extern "C" char *mime_make_separator(const char *prefix);
|
||||
static char *mime_make_separator(const char *prefix);
|
||||
|
||||
// mscott --> FIX ME...for now cloning code from compose\nsMsgEncode.h/.cpp
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче