summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-06-03 19:00:07 -0400
committerjakob <jakob@memeware.net>2017-06-03 19:00:07 -0400
commit17b658ceadd08d693f23448c276958e2eea5970e (patch)
tree8d0f62709646de856373a0ffa4fc2513f717f770 /src/cli.h
parent6adad1bfad91274aad030cf6167c1f19fb602d62 (diff)
Fully working repacker, no bugs related to the encoded output being larger than the buffer, and filenames are properly encoded.
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h1
1 files changed, 1 insertions, 0 deletions
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. */