COHERENT manpages

This page displays the COHERENT manpage for dbm_rdonly() [Set an NDBM data base into read-only mode].

List of available manpages
Index


dbm_rdonly() -- NDBM Function (libgdbm)

Set an NDBM data base into read-only mode
#include <ndbm.h>
int dbm_rdonly (database)
DBM *database;

Function dbm_rdonly() puts an NDBM data base into read-only mode.  database
points  to  the  data  base; it  must  have  been  returned  by a  call  to
dbm_open().

See Also


Notes

For  a statement  of copyright  and  permissions on  this routine,  see the
Lexicon entry for libgdbm.