aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-gpgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/r-gpgme.h')
-rw-r--r--src/r-gpgme.h7
1 files changed, 7 insertions, 0 deletions
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 */