From d926dd0ae80ab3823c5d0d4ee024353b28a4412f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 7 Apr 2024 19:17:11 +0530 Subject: libnpass/pass_gen_t: PASS_GEN_PRINT -> PASS_GEN_GRAPH --- include/libnpass/libnpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libnpass/libnpass.h') 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); -- cgit v1.2.3