summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/KeepStatus/keepstatus.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-15 15:28:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-15 15:28:23 +0300
commitcc2d5db55ce7c1d65d7919c7e7f0ce5c48da26f2 (patch)
treeb23e75abe8f09cd6e45d41f078878271079dedc0 /plugins/StatusManager/src/KeepStatus/keepstatus.h
parent73c3207950044c5156bbb74ca2f60fc5b5b2d81a (diff)
StatusManager: code cleaning
Diffstat (limited to 'plugins/StatusManager/src/KeepStatus/keepstatus.h')
-rw-r--r--plugins/StatusManager/src/KeepStatus/keepstatus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/StatusManager/src/KeepStatus/keepstatus.h b/plugins/StatusManager/src/KeepStatus/keepstatus.h
index 5c8f7aac26..d9fecb35f5 100644
--- a/plugins/StatusManager/src/KeepStatus/keepstatus.h
+++ b/plugins/StatusManager/src/KeepStatus/keepstatus.h
@@ -97,6 +97,7 @@ struct TKSSettings : public PROTOCOLSETTINGEX
~TKSSettings();
int AssignStatus(int status, int lastStatus = 0, wchar_t *szMsg = nullptr);
+ int GetStatus() const;
int lastStatusAckTime; // the time the last status ack was received
};