mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
making the stubs extern "C" so the project will link...
This commit is contained in:
parent
2e99ced713
commit
e229176a68
@ -3184,20 +3184,23 @@ SI_DisplaySignonInfoAsHTML(MWContext *context)
|
||||
}
|
||||
|
||||
#else
|
||||
PUBLIC void
|
||||
#include "prtypes.h"
|
||||
extern "C" {
|
||||
void
|
||||
SI_RestoreSignonData
|
||||
(char* URLName, char* name, char** value)
|
||||
{
|
||||
}
|
||||
|
||||
PUBLIC void
|
||||
void
|
||||
SI_RememberSignonData
|
||||
(char* URLName, char** name_array, char** value_array, char** type_array, PRInt32 value_cnt)
|
||||
{
|
||||
}
|
||||
|
||||
PUBLIC void
|
||||
SI_DisplaySignonInfoAsHTML(MWContext *context)
|
||||
void
|
||||
SI_DisplaySignonInfoAsHTML(struct MWContext *context)
|
||||
{
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user