1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/news/cnews/files/patch-hdbm.h
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

11 lines
334 B
C

--- include/hdbm.h.orig 1991-11-07 21:44:14.000000000 +0100
+++ include/hdbm.h 2011-05-12 16:16:36.000000000 +0200
@@ -13,6 +13,6 @@
#endif
extern HASHTABLE *hdbmcreate();
-extern hdbmdestroy(), hdbmwalk();
+extern void hdbmdestroy(), hdbmwalk();
extern int hdbmstore(), hdbmdelete();
extern HDBMDATUM hdbmfetch(), hdbmentry();