(svn r20888) -Codechange: Make Hash_FindNode a method.

This commit is contained in:
alberth
2010-10-02 19:48:45 +00:00
parent 6be18d6b37
commit a112f10386
2 changed files with 10 additions and 9 deletions

View File

@@ -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 */