summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.h b/common.h
index 56f6298..842ce5f 100644
--- a/common.h
+++ b/common.h
@@ -38,9 +38,14 @@ struct Bad_byte
};
+const char * const large_file_msg = "Input file is too large for this computer.";
const char * const mem_msg = "Not enough memory.";
+const char * const read_error_msg = "Read error";
// defined in main_common.cc
+extern int verbosity;
+
+const char * format_num3( long long num );
void show_error( const char * const msg, const int errcode = 0,
const bool help = false );
void show_file_error( const char * const filename, const char * const msg,