diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-20 10:00:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-20 10:00:23 +0000 |
commit | eb63bdd072eafe6aba40d254a71fd87285f497da (patch) | |
tree | 6e65cc839e06b6cbed8609bd829efbd802367c35 /db/ndbm.h | |
parent | 522548fb473c5855e399596e838932963e03695f (diff) | |
download | glibc-eb63bdd072eafe6aba40d254a71fd87285f497da.zip glibc-eb63bdd072eafe6aba40d254a71fd87285f497da.tar.gz glibc-eb63bdd072eafe6aba40d254a71fd87285f497da.tar.bz2 |
* sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, notcvs/libc-960120
__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.
Diffstat (limited to 'db/ndbm.h')
-rw-r--r-- | db/ndbm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ */ |