#985330 hdbm.h: add types as parameters to declarations

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-16 04:39:03 UTC
Severity:
normal
Tags:
#985330#5
Date:
2021-03-16 04:35:22 UTC
From:
To:
Dear Maintainer,

  Add a declaration to empty parentheses.

  Add parameters as type declarations to "hdbmwalk()"

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 hdbm.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hdbm.h b/hdbm.h
index 59cec4e..a60faba 100644
--- a/hdbm.h
+++ b/hdbm.h
@@ -61,10 +61,11 @@ HDBMDATUM {
 #define HASHTABLE struct hashtable
 #endif