Subject: | DB->set_encrypt and DB_ENV->set_encrypt |
DB->set_encrypt and DB_ENV->set_encrypt
are currently missing. Can you add them? Thanks.
Here's one. I imagine the other one wouldn't look too much different.
int
set_encrypt(env,passwd,flags)
BerkeleyDB::Env env
char * passwd
u_int32_t flags
CODE:
RETVAL = env->Env->set_encrypt(env->Env,passwd,flags);
OUTPUT:
RETVAL