summaryrefslogtreecommitdiffstats
path: root/server/.svn/text-base/cdbpriv.h.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'server/.svn/text-base/cdbpriv.h.svn-base')
-rw-r--r--server/.svn/text-base/cdbpriv.h.svn-base15
1 files changed, 0 insertions, 15 deletions
diff --git a/server/.svn/text-base/cdbpriv.h.svn-base b/server/.svn/text-base/cdbpriv.h.svn-base
deleted file mode 100644
index cc398a8..0000000
--- a/server/.svn/text-base/cdbpriv.h.svn-base
+++ /dev/null
@@ -1,15 +0,0 @@
-/* $Id: cdbpriv.h,v 1.2 2000/02/29 19:15:28 shmit Exp $ */
-
-#ifndef CDBPRIV_H
-#define CDBPRIV_H
-
-#include "conf.h"
-
-#include <sys/types.h>
-
-int cdb_find(char *buff, off_t bufflen, const char *key, int len,
- char **ret, uint32_t *retlen);
-uint32_t cdb_hash(const unsigned char *buff, unsigned int len);
-uint32_t cdb_unpack(unsigned char *buff);
-
-#endif