BSD 4_3_Tahoe development
[unix-history] / .ref-BSD-4_3 / usr / include / dbm.h
CommitLineData
14e82b1d
JB
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
95f51977 6 * @(#)dbm.h 5.1 (Berkeley) 3/27/86
14e82b1d 7 */
8d82c25e 8
14e82b1d
JB
9#ifndef NULL
10/*
11 * this is lunacy, we no longer use it (and never should have
12 * unconditionally defined it), but, this whole file is for
13 * backwards compatability - someone may rely on this.
14 */
8d82c25e 15#define NULL ((char *) 0)
14e82b1d 16#endif
8d82c25e 17
14e82b1d 18#include <ndbm.h>
8d82c25e
SL
19
20datum fetch();
8d82c25e
SL
21datum firstkey();
22datum nextkey();
14e82b1d
JB
23#if 0
24datum makdatum();
8d82c25e
SL
25datum firsthash();
26long calchash();
27long hashinc();
14e82b1d 28#endif