mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
One more PR_CALLBACK
This commit is contained in:
parent
0d1563c5c3
commit
9c6d03df68
@ -160,7 +160,7 @@ public:
|
||||
* @link PLDHashOperator::PL_DHASH_STOP PL_DHASH_STOP @endlink ,
|
||||
* @link PLDHashOperator::PL_DHASH_REMOVE PL_DHASH_REMOVE @endlink
|
||||
*/
|
||||
typedef PLDHashOperator (*Enumerator)(EntryType* aEntry, void* userArg);
|
||||
typedef PLDHashOperator (*PR_CALLBACK Enumerator)(EntryType* aEntry, void* userArg);
|
||||
|
||||
/**
|
||||
* Enumerate all the entries of the function.
|
||||
|
Loading…
Reference in New Issue
Block a user