diff options
Diffstat (limited to 'src/analysis/scan/options-int.h')
-rw-r--r-- | src/analysis/scan/options-int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/scan/options-int.h b/src/analysis/scan/options-int.h index 4e85974..e8ae428 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 check_only; /* Qu'une validation syntaxique*/ + bool print_json; /* Sortie au format json ? */ bool print_strings; /* Affichage de correspondances*/ bool print_stats; /* Affichage de statistiques ? */ |