diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-23 19:53:41 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:07:42 +0100 |
commit | ce6fef3d0ab8b70a88eaf83decb5a596a7f0e246 (patch) | |
tree | 0a7fa2e8f3f3af39802c5900c00856e96a30e7fb /src/common/text.h | |
parent | 4057b7dd5852575a415cca8f465b4d419dcbdf9d (diff) |
A few messages missing regarding server-time.
Diffstat (limited to 'src/common/text.h')
-rw-r--r-- | src/common/text.h | 1 |
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); |