summaryrefslogtreecommitdiff
path: root/cdb.h
blob: 571e5d69f6d1714f3a477b9047760bcd5db903c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CDB_H
#define CDB_H

#include "uint32.h"

extern uint32 cdb_hash();
extern uint32 cdb_unpack();

extern int cdb_bread();
extern int cdb_seek();

#endif