From 714895c61bb18e1592fa3703e54423dbbd22ac31 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:13:50 -0500 Subject: [PATCH] Update cli.h --- src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.h b/src/cli.h index 19a4a1f..3ad437b 100644 --- a/src/cli.h +++ b/src/cli.h @@ -93,7 +93,7 @@ public: static int parseCommandLine(int argc, char* argv[], Options *options); static int validateCommandLine(Options* options, char *argv[], json *keys); static void printID(DWORD *pid); - static void printKey(char *pk); + void printKey(char *pk); static bool stripKey(const char *in_key, char out_key[PK_LENGTH]); int BINK1998Generate();