date and time created 87/02/15 16:03:28 by lepreau
[unix-history] / usr / src / old / libndbm / 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 *
6 * @(#)dbm.h 5.1 (Berkeley) %G%
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