Subversion Repositories HelenOS

Rev

Rev 2759 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2759 Rev 4509
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_HASH_TABLE_H_
35
#ifndef LIBC_HASH_TABLE_H_
36
#define LIBC_HASH_TABLE_H_
36
#define LIBC_HASH_TABLE_H_
37
 
37
 
38
#include <libadt/list.h>
38
#include <adt/list.h>
39
#include <unistd.h>
39
#include <unistd.h>
40
 
40
 
41
typedef unsigned long hash_count_t;
41
typedef unsigned long hash_count_t;
42
typedef unsigned long hash_index_t;
42
typedef unsigned long hash_index_t;
43
typedef struct hash_table hash_table_t;
43
typedef struct hash_table hash_table_t;