From c22e30cb675529f6e5c922bf7561683ab6023c2c Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 26 Feb 2021 20:07:54 +0000 Subject: add routines for gpgme --- src/r-gpgme.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/r-gpgme.h (limited to 'src/r-gpgme.h') diff --git a/src/r-gpgme.h b/src/r-gpgme.h new file mode 100644 index 0000000..7a5a4ab --- /dev/null +++ b/src/r-gpgme.h @@ -0,0 +1,7 @@ +#ifndef LPASS_RGPGME_H +#define LPASS_RGPGME_H + +int ecnrypt_data(const char *path, const char *data, const char *pubkey); +char *decrypt_data(const char *path); + +#endif /* LPASS_RGPGME_H */ -- cgit v1.2.3-18-g5258