X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfig.hh;h=fd8c19cb58f287580b26027b6d142d40427acd00;hb=ea78fc91fca804d41e7caf94025a4616e4f2daad;hp=09d056e5ce7d7d4c0649b74e00e87ce9511bf97b;hpb=874a2bd89fd65e5a1763d88c218f066a424e0d04;p=h316.git diff --git a/pc-tools/ldc2/src/config.hh b/pc-tools/ldc2/src/config.hh index 09d056e..fd8c19c 100644 --- a/pc-tools/ldc2/src/config.hh +++ b/pc-tools/ldc2/src/config.hh @@ -1,3 +1,17 @@ +/****************************************************************************** + * + * LDC2 source code + * + * $Date: 2007/03/26 01:00:38 $ + * $Author: hachti $ + * + * $Log: config.hh,v $ + * Revision 2.0 2007/03/26 01:00:38 hachti + * *** empty log message *** + * + * + ******************************************************************************/ + #ifndef CONFIG_HH #define CONFIG_HH @@ -19,6 +33,7 @@ extern int cfg_output_exported; extern int cfg_output_unsatisfied; 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;