Re-adding FE_CheckConfirm() and FE_Select() to match the privacy backend changes.

git-svn-id: svn://10.0.0.236/trunk@7985 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1998-08-13 23:17:36 +00:00
parent 3952944dd8
commit f244ced87e

View File

@ -6153,9 +6153,6 @@ FE_SecurityDialog (MWContext *context, int state, XP_Bool *prefs_toggle)
}
}
#if 0
/* backing this out, waiting for mac. */
/* Temporary stub. */
XP_Bool
FE_Select(MWContext *pContext,
@ -6198,4 +6195,4 @@ FE_CheckConfirm (MWContext *pContext,
*pChecked = FE_Confirm (pContext, pCheckMessage);
return userHasAccepted;
}
#endif