~ubuntu-branches/ubuntu/vivid/dbskkd-cdb/vivid

« back to all changes in this revision

Viewing changes to cdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2009-02-16 21:54:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090216215419-by00ricwyn2pkjct
Tags: upstream-2.00
ImportĀ upstreamĀ versionĀ 2.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef CDB_H
2
 
#define CDB_H
3
 
 
4
 
#include "uint32.h"
5
 
 
6
 
extern uint32 cdb_hash();
7
 
extern uint32 cdb_unpack();
8
 
 
9
 
extern int cdb_bread();
10
 
extern int cdb_seek();
11
 
 
12
 
#endif