summaryrefslogtreecommitdiff
path: root/src/analysis/scan/options-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/scan/options-int.h')
-rw-r--r--src/analysis/scan/options-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/scan/options-int.h b/src/analysis/scan/options-int.h
index a7772ed..4e85974 100644
--- a/src/analysis/scan/options-int.h
+++ b/src/analysis/scan/options-int.h
@@ -36,6 +36,8 @@ struct _GScanOptions
GType data_backend; /* Choix du moteur d'analyse */
+ bool print_json; /* Sortie au format json ? */
+ bool print_strings; /* Affichage de correspondances*/
bool print_stats; /* Affichage de statistiques ? */
};