From 6be2a072b66c459b94e3df7e17e363dc48311151 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 15 Nov 1999 22:46:41 +0000 Subject: [PATCH] Removed struct sdbm_buf. --- lib/db.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/db.h b/lib/db.h index 78fc804a..886b8f4b 100644 --- a/lib/db.h +++ b/lib/db.h @@ -18,11 +18,6 @@ struct sdbm_options { /* Set to 0 for default */ int val_size; /* Value size, -1=variable */ }; -struct sdbm_buf { - uns size; - byte data[0]; -}; - struct sdbm *sdbm_open(struct sdbm_options *); void sdbm_close(struct sdbm *); int sdbm_store(struct sdbm *, byte *key, uns keylen, byte *val, uns vallen); -- 2.39.2