X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d47d44b2ed067c834ef210ad544512e7581a1c8e..f4125505064e3ff346b31ab9e48f894672e5a7a7:/options.h diff --git a/options.h b/options.h index 8f09896..06f059f 100644 --- a/options.h +++ b/options.h @@ -14,8 +14,9 @@ namespace opt { extern int help_requested; extern bool version_requested; + extern bool bookkeeping; + extern cost_func comp_cost; - extern cost_func comm_cost; int parse_args(int* argc, char* argv[]); void print();