Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include add new internal functions



details:   https://anonhg.NetBSD.org/src/rev/2d0b4d18c5a4
branches:  trunk
changeset: 791768:2d0b4d18c5a4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 01 00:23:11 2013 +0000

description:
add new internal functions

diffstat:

 include/db.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 93df38d8ef18 -r 2d0b4d18c5a4 include/db.h
--- a/include/db.h      Sun Dec 01 00:22:48 2013 +0000
+++ b/include/db.h      Sun Dec 01 00:23:11 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db.h,v 1.25 2012/03/13 21:14:55 christos Exp $ */
+/*     $NetBSD: db.h,v 1.26 2013/12/01 00:23:11 christos Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -220,6 +220,9 @@
 DB     *__hash_open(const char *, int, mode_t, const HASHINFO *, int);
 DB     *__rec_open(const char *, int, mode_t, const RECNOINFO *, int);
 void    __dbpanic(DB *);
+struct stat;
+int     __dbopen(const char *, int, mode_t, struct stat *);
+int     __dbtemp(const char *, struct stat *);
 #endif
 __END_DECLS
 #endif /* !_DB_H_ */



Home | Main Index | Thread Index | Old Index