Minor changes; this file does not yet build on tip.
git-svn-id: svn://10.0.0.236/trunk@6802 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1dc2e6d9d6
commit
7afa6f4df7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user