aboutsummaryrefslogtreecommitdiff
path: root/gpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpg.h')
-rw-r--r--gpg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gpg.h b/gpg.h
deleted file mode 100644
index f5053bf..0000000
--- a/gpg.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-#include <sys/types.h>
-
-int gpg_key_validate(const char *fpr);
-int gpg_decrypt(FILE *pass_out, const char *pass_path);
-int gpg_encrypt(FILE *stream, const char *fpr, const char *pass, size_t n);