summaryrefslogtreecommitdiff
path: root/src/gpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg.h')
-rw-r--r--src/gpg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg.h b/src/gpg.h
index 6e73d2e..17593df 100644
--- a/src/gpg.h
+++ b/src/gpg.h
@@ -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);

Generated by cgit