Merge with Subversion repository as of r7098.

This commit is contained in:
Robin Sommer 2010-11-27 12:21:17 -08:00
parent e95adb8055
commit b0cb05de64
6 changed files with 35 additions and 7 deletions

View file

@ -112,6 +112,9 @@ protected:
// Stats the file to get its current size.
void UpdateFileSize();
// Raises a file_opened event.
void RaiseOpenEvent();
// Initialize encryption with the given public key.
void InitEncrypt(const char* keyfile);
// Finalize encryption.