summaryrefslogtreecommitdiff
path: root/include/ndbm.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-02-16 21:57:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-02-16 21:57:54 +0000
commit6a3fc2a3c921ac3cd57bf399c7f1a65b92ba589e (patch)
tree249f534af5d174f2bb3e0ac889d0cf7eefd08b1f /include/ndbm.h
parent3d144d51bb3a8097ff22e539179a77fc294747df (diff)
real dbm_rdonly
Diffstat (limited to 'include/ndbm.h')
-rw-r--r--include/ndbm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ndbm.h b/include/ndbm.h
index 51eaa7e3215..0d815fa0e62 100644
--- a/include/ndbm.h
+++ b/include/ndbm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndbm.h,v 1.2 1997/09/21 10:45:44 niklas Exp $ */
+/* $OpenBSD: ndbm.h,v 1.3 1999/02/16 21:57:53 millert Exp $ */
/* $NetBSD: ndbm.h,v 1.6 1995/07/20 23:31:11 jtc Exp $ */
/*-
@@ -77,6 +77,7 @@ int dbm_store __P((DBM *, datum, datum, int));
int dbm_dirfno __P((DBM *));
int dbm_error __P((DBM *));
int dbm_clearerr __P((DBM *));
+int dbm_rdonly __P((DBM *));
__END_DECLS
#endif /* !_NDBM_H_ */