aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lllogchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lllogchat.h')
-rw-r--r--linden/indra/newview/lllogchat.h1
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 @@
33class LLLogChat 33class LLLogChat
34{ 34{
35public: 35public:
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);