X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfig.hh;h=8c3c39354b01530218004320da03f8824738cf35;hb=7ced2dbeb1a104912fbdd041ce18b0e29a72d893;hp=fec7763b0229262066e7377fc832b89af96b8874;hpb=7880ae2dd0ed55ec671be0fc449487420a126626;p=h316.git diff --git a/pc-tools/ldc2/src/config.hh b/pc-tools/ldc2/src/config.hh index fec7763..8c3c393 100644 --- a/pc-tools/ldc2/src/config.hh +++ b/pc-tools/ldc2/src/config.hh @@ -1,3 +1,20 @@ +/****************************************************************************** + * + * LDC2 source code + * + * $Date: 2007/12/23 15:25:11 $ + * $Author: hachti $ + * + * $Log: config.hh,v $ + * Revision 2.1 2007/12/23 15:25:11 hachti + * *** empty log message *** + * + * Revision 2.0 2007-03-26 01:00:38 hachti + * *** empty log message *** + * + * + ******************************************************************************/ + #ifndef CONFIG_HH #define CONFIG_HH @@ -17,8 +34,9 @@ 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_split_objects; +extern int cfg_split_objects_numbered; +extern int cfg_split_blocks; extern int cfg_ignore_block_errors; extern int cfg_ignore_checksum_errors; extern int cfg_pause_on_checksum_error; @@ -27,6 +45,8 @@ 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 cfg_dump_block_contents; extern int in_fd; //! File descriptor for data input extern int out_fd; //! File descriptor for text output