From eb63bdd072eafe6aba40d254a71fd87285f497da Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 20 Jan 1996 10:00:23 +0000 Subject: * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not __tcdrain. * posix/glob.c (glob): Use prototype in getlogin decl. * db/ndbm.h: Declare dbm_error, dbm_clearerr. * db/db/db.c (__dberr): Define with prototype. (__dbpanic): Use prototypes in casts. * db/hash/hash_log2.c: Add prototype decl. * sysdeps/generic/_strerror.c (_strerror_internal): Define with prototype. --- db/ndbm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/ndbm.h') 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_ */ -- cgit v1.2.3