diff options
author | 2010-06-27 19:00:30 +0300 | |
---|---|---|
committer | 2010-06-27 19:00:30 +0300 | |
commit | ba5d8073c9e51f1c61c29e1f604da1be6fa73c62 (patch) | |
tree | f3ffd8f35d81d1f92cfb4298d9fc1c1b6468fcc9 /segget/tui.h | |
parent | Failprove settings.cpp and log errors to error.log file (diff) | |
download | idfetch-ba5d8073c9e51f1c61c29e1f604da1be6fa73c62.tar.gz idfetch-ba5d8073c9e51f1c61c29e1f604da1be6fa73c62.tar.bz2 idfetch-ba5d8073c9e51f1c61c29e1f604da1be6fa73c62.zip |
Failprove segment.cpp and log errors to error.log
Diffstat (limited to 'segget/tui.h')
-rw-r--r-- | segget/tui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/tui.h b/segget/tui.h index 24a550b..8217f6b 100644 --- a/segget/tui.h +++ b/segget/tui.h @@ -19,4 +19,5 @@ void msg_total(string msg_text); void log(string log_msg_text); void debug(string debug_msg_text); void error_log(string error_msg_text); +void error_log_no_msg(string error_msg_text); #endif
\ No newline at end of file |