OS/2 bustage
git-svn-id: svn://10.0.0.236/trunk@113534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c666ed8fca
commit
d357e19dc2
@ -146,17 +146,17 @@ protected:
|
||||
|
||||
protected:
|
||||
|
||||
static const void * HashGetKey(PLDHashTable *table, PLDHashEntryHdr *entry);
|
||||
static const void * PR_CALLBACK HashGetKey(PLDHashTable *table, PLDHashEntryHdr *entry);
|
||||
|
||||
static PLDHashNumber HashKey(PLDHashTable *table, const void *key);
|
||||
static PLDHashNumber PR_CALLBACK HashKey(PLDHashTable *table, const void *key);
|
||||
|
||||
static PRBool HashMatchEntry(PLDHashTable *table,
|
||||
const PLDHashEntryHdr *entry, const void *key);
|
||||
static PRBool PR_CALLBACK HashMatchEntry(PLDHashTable *table,
|
||||
const PLDHashEntryHdr *entry, const void *key);
|
||||
|
||||
static void HashMoveEntry(PLDHashTable *table, const PLDHashEntryHdr *from,
|
||||
PLDHashEntryHdr *to);
|
||||
static void PR_CALLBACK HashMoveEntry(PLDHashTable *table, const PLDHashEntryHdr *from,
|
||||
PLDHashEntryHdr *to);
|
||||
|
||||
static void HashClearEntry(PLDHashTable *table, PLDHashEntryHdr *entry);
|
||||
static void PR_CALLBACK HashClearEntry(PLDHashTable *table, PLDHashEntryHdr *entry);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user