summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/log.h')
-rw-r--r--segget/log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/segget/log.h b/segget/log.h
index 45a158d..fb3f078 100644
--- a/segget/log.h
+++ b/segget/log.h
@@ -28,8 +28,11 @@
#define __LOG_H__
#include "settings.h"
#include "utils.h"
+#define LOG_LINES_MAX_NUM 200
using namespace std;
+extern vector<string> log_lines;
+extern vector<string> error_log_lines;
void log_no_msg(string log_msg_text);
void log(string log_msg_text);