X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfig.hh;h=09d056e5ce7d7d4c0649b74e00e87ce9511bf97b;hb=16b4d690e1a97837a883abe60d30b5cd032be935;hp=1f80c7934ce80253f2e318fdc4f41f82f730d674;hpb=ea4c19a49ff6621c58e0c4bba5ab5d271a3604c8;p=h316.git diff --git a/pc-tools/ldc2/src/config.hh b/pc-tools/ldc2/src/config.hh index 1f80c79..09d056e 100644 --- a/pc-tools/ldc2/src/config.hh +++ b/pc-tools/ldc2/src/config.hh @@ -17,15 +17,17 @@ extern int cfg_output_info; extern int cfg_output_called; extern int cfg_output_exported; extern int cfg_output_unsatisfied; -extern int cfg_splitobjects; -extern int cfg_splitobjects_numbered; -extern int cfg_ignoreblock_errors; -extern int cfg_ignorechecksum_errors; +extern int cfg_split_objects; +extern int cfg_split_objects_numbered; +extern int cfg_ignore_block_errors; +extern int cfg_ignore_checksum_errors; extern int cfg_pause_on_checksum_error; extern int cfg_ignore_unknown_block_errors; extern int cfg_ignore_object_integrity_errors; extern int cfg_list_contents; extern int cfg_verbose; +extern int cfg_version; +extern int cfg_quiet; extern int in_fd; //! File descriptor for data input extern int out_fd; //! File descriptor for text output