diff options
Diffstat (limited to 'src/gpg.h')
-rw-r--r-- | src/gpg.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ #include <gpgme.h> #include <locale.h> -#include "gpg_keyids.h" +#include "strll.h" #define READSIZE 256 @@ -34,7 +34,7 @@ gpgme_error_t init_gpg(gpgme_ctx_t*, gpgme_protocol_t); gpgme_decrypt_result_t gpg_decrypt_file(char*, char*, gpgme_ctx_t); -size_t gpg_encrypt_file(char*, char*, char**); +size_t gpg_encrypt_file(char*, char*, struct strll*); int gpg_failiferr(gpg_error_t); |