aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libnpass/libnpass.h2
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);