Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match.

This commit is contained in:
mcmullen%netscape.com 1999-04-02 20:51:22 +00:00
Родитель a2d93d194e
Коммит 4aa5b4e506
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -57,7 +57,7 @@ PRIVATE void AutoAdminRefreshCallback(void *closure)
PRIVATE void
pref_DownloadDone(URL_Struct* URL_s, int status, MWContext* window_id)
{
int32 minutes = 0;
PRInt32 minutes = 0;
/* Might have been cancelled by a timeout */
if ( m_GettingConfigFile == FALSE ) {
@ -205,7 +205,7 @@ jsc_save_config(char* bytes, int32 num_bytes)
PRIVATE int
jsc_try_failover(MWContext* w)
{
XP_Bool failover;
PRBool failover;
char* bytes = NULL;
int32 num_bytes;
XP_StatStruct st;