about summary refs log tree commit diff
path: root/db/ndbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/ndbm.h')
-rw-r--r--db/ndbm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/ndbm.h b/db/ndbm.h
index a545bca132..48c4083a2b 100644
--- a/db/ndbm.h
+++ b/db/ndbm.h
@@ -72,6 +72,8 @@ datum	 dbm_nextkey __P((DBM *));
 DBM	*dbm_open __P((const char *, int, int));
 int	 dbm_store __P((DBM *, datum, datum, int));
 int	 dbm_dirfno __P((DBM *));
+int	 dbm_error __P((DBM *));
+int	 dbm_clearerr __P((DBM *));
 __END_DECLS
 
 #endif /* !_NDBM_H_ */