diff options
| author | David Schultz <das@FreeBSD.org> | 2009-03-14 19:02:28 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-03-14 19:02:28 +0000 |
| commit | 03381649152e21b2c788ffa91f379896055efd63 (patch) | |
| tree | 0918a178fda53465de2223a86d680e85dee38da4 /include | |
| parent | 41f6e3e11c1b02c9c809a73f827e247be2717bb3 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/ndbm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ndbm.h b/include/ndbm.h index e144ba816a465..1277e70bcf3d7 100644 --- a/include/ndbm.h +++ b/include/ndbm.h @@ -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_ */ |
