Added some includes
[h316.git] / pc-tools / ldc2 / src / config.hh
index 09d056e5ce7d7d4c0649b74e00e87ce9511bf97b..8c3c39354b01530218004320da03f8824738cf35 100644 (file)
@@ -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
 
@@ -19,6 +36,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;
@@ -28,6 +46,7 @@ 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