diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-07 19:17:11 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-08 07:35:51 +0530 |
commit | d926dd0ae80ab3823c5d0d4ee024353b28a4412f (patch) | |
tree | 423eaf0422c82c91eb4c651e506f48ea5087cd09 /include/libnpass | |
parent | 1239f873e8b4c627fb346b61cd25ffdaa381ca5d (diff) |
libnpass/pass_gen_t: PASS_GEN_PRINT -> PASS_GEN_GRAPH
Diffstat (limited to 'include/libnpass')
-rw-r--r-- | include/libnpass/libnpass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnpass/libnpass.h b/include/libnpass/libnpass.h index c5e756f..ac7423a 100644 --- a/include/libnpass/libnpass.h +++ b/include/libnpass/libnpass.h @@ -3,7 +3,7 @@ typedef enum { PASS_GEN_DIGIT = 0, PASS_GEN_ALNUM = 1, - PASS_GEN_PRINT = 2, + PASS_GEN_GRAPH = 2, } pass_gen_t; int pass_init(const char *fpr); |