From e07c080ee84dc2bc0d000bdd38531be1f7821168 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:18:11 -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 f442941..178f063 100644 --- a/src/cli.h +++ b/src/cli.h @@ -94,7 +94,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();