X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fencrypted-file.h;h=7add68042d23de14a72c1391f807ccc7b3308dbf;hb=da67dbb8a63ee516a6ae69c6099fde077dc20dcc;hp=9e3116b774d4d4136a68d79cb13e853f738a687e;hpb=d6cbbc8d634fa91f050661355139a4e4697e99ab;p=pspp diff --git a/src/data/encrypted-file.h b/src/data/encrypted-file.h index 9e3116b774..7add68042d 100644 --- a/src/data/encrypted-file.h +++ b/src/data/encrypted-file.h @@ -27,9 +27,8 @@ struct file_handle; int encrypted_file_open (struct encrypted_file **, const struct file_handle *); bool encrypted_file_unlock (struct encrypted_file *, const char *password); +bool encrypted_file_unlock__ (struct encrypted_file *, const char *password); size_t encrypted_file_read (struct encrypted_file *, void *, size_t); int encrypted_file_close (struct encrypted_file *); -bool encrypted_file_is_sav (const struct encrypted_file *); - #endif /* encrypted-file.h */