X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fencrypted-file.h;h=4a2d6b390a8ef33eb000ceb471f7bbb7740a12cc;hb=c64c9e72a7040c8b36aa8709848efc5c37b7b72e;hp=9e3116b774d4d4136a68d79cb13e853f738a687e;hpb=b86361a1fe04710f9622145da6ca0e7981330c78;p=pspp diff --git a/src/data/encrypted-file.h b/src/data/encrypted-file.h index 9e3116b774..4a2d6b390a 100644 --- a/src/data/encrypted-file.h +++ b/src/data/encrypted-file.h @@ -27,6 +27,7 @@ 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 *);