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

This commit is contained in:
alberth
2010-10-02 19:48:45 +00:00
parent 6802527e02
commit 0c08955f4d
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 */