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:
seawood%netscape.com 2001-11-12 20:16:48 +00:00
Родитель 45201280d3
Коммит 19b032f6df
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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