diff options
Diffstat (limited to 'linden/indra/newview/lllogchat.h')
-rw-r--r-- | linden/indra/newview/lllogchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/lllogchat.h b/linden/indra/newview/lllogchat.h index 56ea04b..c82f04e 100644 --- a/linden/indra/newview/lllogchat.h +++ b/linden/indra/newview/lllogchat.h | |||
@@ -33,6 +33,7 @@ | |||
33 | class LLLogChat | 33 | class LLLogChat |
34 | { | 34 | { |
35 | public: | 35 | public: |
36 | static LLString timestamp(bool withdate = false); | ||
36 | static LLString makeLogFileName(LLString(filename)); | 37 | static LLString makeLogFileName(LLString(filename)); |
37 | static void saveHistory(LLString filename, LLString line); | 38 | static void saveHistory(LLString filename, LLString line); |
38 | static void loadHistory(LLString filename, void (*callback)(LLString,void*),void* userdata); | 39 | static void loadHistory(LLString filename, void (*callback)(LLString,void*),void* userdata); |