Subversion Repositories HelenOS-historic

Rev

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

Rev 997 Rev 1335
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __HASH_TABLE_H__
29
#ifndef __HASH_TABLE_H__
30
#define __HASH_TABLE_H__
30
#define __HASH_TABLE_H__
31
 
31
 
32
#include <list.h>
32
#include <libadt/list.h>
33
#include <unistd.h>
33
#include <unistd.h>
34
 
34
 
35
typedef unsigned long hash_count_t;
35
typedef unsigned long hash_count_t;
36
typedef unsigned long hash_index_t;
36
typedef unsigned long hash_index_t;
37
typedef struct hash_table hash_table_t;
37
typedef struct hash_table hash_table_t;