mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Namespace: dbm_forder() and dbm_dirfno() are BSD extensions.
This commit is contained in:
parent
41f6e3e11c
commit
0338164915
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189808
@ -70,11 +70,15 @@ int dbm_delete(DBM *, datum);
|
||||
int dbm_error(DBM *);
|
||||
datum dbm_fetch(DBM *, datum);
|
||||
datum dbm_firstkey(DBM *);
|
||||
#if __BSD_VISIBLE
|
||||
long dbm_forder(DBM *, datum);
|
||||
#endif
|
||||
datum dbm_nextkey(DBM *);
|
||||
DBM *dbm_open(const char *, int, int);
|
||||
int dbm_store(DBM *, datum, datum, int);
|
||||
#if __BSD_VISIBLE
|
||||
int dbm_dirfno(DBM *);
|
||||
#endif
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_NDBM_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user