From 536b6ab09fa3e17f955c8b55e8469f3265a1936f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 13 Oct 2009 19:17:24 +0000 Subject: Keep on hacking on g13. A simple --create and --mount does now work. A hacked up encfs is required. --- g13/call-gpg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'g13/call-gpg.h') diff --git a/g13/call-gpg.h b/g13/call-gpg.h index 3e801be3b..ffc5f29b5 100644 --- a/g13/call-gpg.h +++ b/g13/call-gpg.h @@ -23,6 +23,8 @@ gpg_error_t gpg_encrypt_blob (ctrl_t ctrl, const void *plain, size_t plainlen, void **r_ciph, size_t *r_ciphlen); +gpg_error_t gpg_decrypt_blob (ctrl_t ctrl, const void *ciph, size_t ciphlen, + void **r_plain, size_t *r_plainlen); -- cgit v1.2.3