summary refs log tree commit diff stats
path: root/src/common/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/text.h')
-rw-r--r--src/common/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/text.h b/src/common/text.h
index 27848616..5a51c894 100644
--- a/src/common/text.h
+++ b/src/common/text.h
@@ -42,6 +42,7 @@ void scrollback_load (session *sess);
 
 int text_word_check (char *word, int len);
 void PrintText (session *sess, char *text);
+void PrintTextTimeStamp (session *sess, char *text, time_t timestamp);
 void PrintTextf (session *sess, char *format, ...);
 void PrintTextTimeStampf (session *sess, time_t timestamp, char *format, ...);
 void log_close (session *sess);