r= mscott
OS/2 bring up continues - add PR_CALLBACKs for VisualAge


git-svn-id: svn://10.0.0.236/trunk@70148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2000-05-16 22:59:50 +00:00
parent 7f70e58d47
commit bd93bdc1c0
3 changed files with 3 additions and 3 deletions

View File

@@ -1033,7 +1033,7 @@ nsMsgAccountManager::GetAllServers(nsISupportsArray **_retval)
return rv;
}
PRBool
PRBool PR_CALLBACK
nsMsgAccountManager::getServersToArray(nsHashKey *aKey,
void *element,
void *aData)

View File

@@ -151,7 +151,7 @@ private:
//
// load up the servers into the given nsISupportsArray
static PRBool getServersToArray(nsHashKey* aKey, void *element, void *aData);
static PRBool PR_CALLBACK getServersToArray(nsHashKey* aKey, void *element, void *aData);
// find the server given by {username, hostname, type}
static PRBool findServer(nsISupports *aElement, void *data);

View File

@@ -1727,7 +1727,7 @@ MimeGetStringByID(PRInt32 stringID)
return tempString;
}
void
void PR_CALLBACK
ResetChannelCharset(MimeObject *obj)
{
if (obj->options && obj->options->stream_closure &&