diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-06 18:06:58 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-06 18:10:39 +0530 |
commit | 59831e558edccc86338d0fb24d28025ec6159cc1 (patch) | |
tree | ddb02a0514c173233d5970be23126c676dfb4cdf /include/gpg.h | |
parent | 53a9bd75b4935cecd25edae72ad2f028013d8648 (diff) |
meson: split ./include
Diffstat (limited to 'include/gpg.h')
-rw-r--r-- | include/gpg.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <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); |