request at28581

This commit is contained in:
David Anderson
2006-04-26 05:21:29 +00:00
parent e96eaa6174
commit b65b8a1cf0
2 changed files with 21 additions and 0 deletions

View File

@ -37,3 +37,7 @@ native nvault_prune(vault, start, end);
//Closes a vault
native nvault_close(vault);
//Removes a key from the vault
native nvault_remove(vault, const key[]);