From 59831e558edccc86338d0fb24d28025ec6159cc1 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 6 Apr 2024 18:06:58 +0530 Subject: meson: split ./include --- include/gpg.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 include/gpg.h (limited to 'include/gpg.h') diff --git a/include/gpg.h b/include/gpg.h deleted file mode 100644 index f5053bf..0000000 --- a/include/gpg.h +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include - -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); -- cgit v1.2.3