db.h needs __DBINTERFACE_PRIVATE to get prototype for hash_open
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 9 Sep 1991 03:18:50 +0000 (19:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 9 Sep 1991 03:18:50 +0000 (19:18 -0800)
SCCS-vsn: lib/libc/db/hash/hsearch.c 5.7

usr/src/lib/libc/db/hash/hsearch.c

index 4898738..4bb2fa9 100644 (file)
@@ -9,12 +9,13 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)hsearch.c  5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)hsearch.c  5.7 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #include <fcntl.h>
 #include <string.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #include <fcntl.h>
 #include <string.h>
+#define        __DBINTERFACE_PRIVATE
 #include <db.h>
 #include "search.h"
 
 #include <db.h>
 #include "search.h"