Subversion Repositories HelenOS

Rev

Rev 2595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2595 Rev 2759
Line 84... Line 84...
84
extern int hash_table_create(hash_table_t *, hash_count_t, hash_count_t,
84
extern int hash_table_create(hash_table_t *, hash_count_t, hash_count_t,
85
    hash_table_operations_t *);
85
    hash_table_operations_t *);
86
extern void hash_table_insert(hash_table_t *, unsigned long [], link_t *);
86
extern void hash_table_insert(hash_table_t *, unsigned long [], link_t *);
87
extern link_t *hash_table_find(hash_table_t *, unsigned long []);
87
extern link_t *hash_table_find(hash_table_t *, unsigned long []);
88
extern void hash_table_remove(hash_table_t *, unsigned long [], hash_count_t);
88
extern void hash_table_remove(hash_table_t *, unsigned long [], hash_count_t);
-
 
89
extern void hash_table_destroy(hash_table_t *);
89
 
90
 
90
#endif
91
#endif
91
 
92
 
92
/** @}
93
/** @}
93
 */
94
 */