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/92f4d3c593fa
branches: trunk
changeset: 325028:92f4d3c593fa
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 784d1448c8f9 -r 92f4d3c593fa 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