From 17b658ceadd08d693f23448c276958e2eea5970e Mon Sep 17 00:00:00 2001 From: jakob Date: Sat, 3 Jun 2017 19:00:07 -0400 Subject: Fully working repacker, no bugs related to the encoded output being larger than the buffer, and filenames are properly encoded. --- src/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index dfc8ef4..00e33fa 100644 --- a/src/cli.h +++ b/src/cli.h @@ -30,6 +30,7 @@ enum { LIST, EXTRACT, CREATE, + DEBUG, }; /* Structure for storing options set from the command-line. */ -- cgit v1.3