From f4348099212f4bd63d11bdb13b3fcb15c5bea532 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Wed, 27 Mar 2019 06:15:58 -0500 Subject: [PATCH] More Prep --- include/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types.h b/include/types.h index fb2d2d79e..9cb4ad1b2 100644 --- a/include/types.h +++ b/include/types.h @@ -1860,6 +1860,7 @@ typedef struct user_options bool slow_candidates; bool speed_only; bool status; + bool status_json; bool stdout_flag; bool stdin_timeout_abort_chgd; bool usage;