summaryrefslogtreecommitdiff
path: root/src/loglist.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-22 22:35:40 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:02 -0500
commitf97e40f127441828eb4ffe11841ebf79191ac8a3 (patch)
treedb6bc99a64b02069eff6966040e10c7211fc83c3 /src/loglist.h
parent3d1d9f111025879983147fbbe78f8af04693d066 (diff)
moved initLogging() to loglist.cpp
Diffstat (limited to 'src/loglist.h')
-rw-r--r--src/loglist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/loglist.h b/src/loglist.h
index 6b3aa4d5..7387eb50 100644
--- a/src/loglist.h
+++ b/src/loglist.h
@@ -82,4 +82,7 @@ private:
void onNewEntry();
};
+
+void initLogging();
+
#endif // LOGBUFFER_H