Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2525 → Rev 2526

/trunk/uspace/lib/libc/include/libadt/hash_table.h
55,7 → 55,8
struct hash_table_operations {
/** Hash function.
*
* @param key Array of keys needed to compute hash index. All keys must be passed.
* @param key Array of keys needed to compute hash index. All keys
* must be passed.
*
* @return Index into hash table.
*/
63,7 → 64,8
/** Hash table item comparison function.
*
* @param key Array of keys that will be compared with item. It is not necessary to pass all keys.
* @param key Array of keys that will be compared with item. It is
* not necessary to pass all keys.
*
* @return true if the keys match, false otherwise.
*/