Minor changes; this file does not yet build on tip.
This commit is contained in:
Родитель
638b2a5976
Коммит
32693ddbe4
|
@ -31,6 +31,9 @@
|
|||
#include "layout.h"
|
||||
#include "laylayer.h"
|
||||
/* #include "receipt.h" */
|
||||
#include "prefapi.h"
|
||||
#include "fe_proto.h"
|
||||
#include "libevent.h" /* Temporary, for FE_CheckConfirm straw-man. */
|
||||
|
||||
#ifdef DEBUG_dfm
|
||||
#define D(x) x
|
||||
|
@ -42,6 +45,13 @@
|
|||
(MAIL_NEWS_TYPE(cp->type)))
|
||||
|
||||
|
||||
PRIVATE
|
||||
XP_Bool FE_CheckConfirm (
|
||||
MWContext *pContext,
|
||||
char* pConfirmMessage,
|
||||
char* pCheckMessage,
|
||||
XP_Bool* pChecked);
|
||||
|
||||
|
||||
PRIVATE int32
|
||||
prvcy_countEntryBoxes(lo_DocState *top_doc_state,
|
||||
|
@ -228,7 +238,7 @@ PRVCY_PrivacyPolicyConfirmSubmit(MWContext *ctxt,
|
|||
LO_FormElementStruct *form_element)
|
||||
{
|
||||
History_entry *entry;
|
||||
XP_Bool value = FALSE, *valueptr, savevalue;
|
||||
XP_Bool value = FALSE, savevalue;
|
||||
Bool returnvalue;
|
||||
|
||||
int ret;
|
||||
|
|
Загрузка…
Ссылка в новой задаче