diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-30 11:14:24 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-30 11:14:24 +0530 |
commit | 705ed7afd5c707419e02fca1b97f2a6516453506 (patch) | |
tree | 90443e523fb9390b579053d2c76f34a66daab249 /pass_util.h | |
parent | 438ad16d03f38e0e444f6ad575078ee949679a86 (diff) |
pass/cat: init
Diffstat (limited to 'pass_util.h')
-rw-r--r-- | pass_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pass_util.h b/pass_util.h index a2cacdc..3ad4eed 100644 --- a/pass_util.h +++ b/pass_util.h @@ -1 +1,5 @@ +#define PASS_MAX 4096 +#define FPR_MAX 128 + int pass_init(const char *fpr); +const char *pass_cat(const char *path); |