(svn r20888) -Codechange: Make Hash_FindNode a method.
This commit is contained in:
@@ -108,6 +108,7 @@ protected:
|
||||
#ifdef HASH_STATS
|
||||
void PrintStatistics() const;
|
||||
#endif
|
||||
HashNode *FindNode(uint key1, uint key2, HashNode** prev_out) const;
|
||||
};
|
||||
|
||||
#endif /* QUEUE_H */
|
||||
|
||||
Reference in New Issue
Block a user