Update cli.h

This commit is contained in:
TheTank20
2025-06-18 21:18:11 -05:00
committed by GitHub
parent 6ecf9c5309
commit e07c080ee8

View File

@@ -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();