aboutsummaryrefslogtreecommitdiff
path: root/zucchini_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'zucchini_commands.h')
-rw-r--r--zucchini_commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zucchini_commands.h b/zucchini_commands.h
index cef18dc..91c2ef8 100644
--- a/zucchini_commands.h
+++ b/zucchini_commands.h
@@ -36,6 +36,9 @@ zucchini::status::Code MainGen(MainParams params);
// Command Function: Patch application.
zucchini::status::Code MainApply(MainParams params);
+// Command Function: Verify patch format and compatibility.
+zucchini::status::Code MainVerify(MainParams params);
+
// Command Function: Read and dump references from an executable.
zucchini::status::Code MainRead(MainParams params);