]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/SOSCircle/SecureObjectSync/SOSPeerOTRTimer.h
Security-59306.11.20.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSPeerOTRTimer.h
diff --git a/OSX/sec/SOSCircle/SecureObjectSync/SOSPeerOTRTimer.h b/OSX/sec/SOSCircle/SecureObjectSync/SOSPeerOTRTimer.h
deleted file mode 100644 (file)
index df65540..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-//  SOSPeerOTRTimer.h
-//
-
-#ifndef SOSPeerOTRTimer_h
-#define SOSPeerOTRTimer_h
-
-void SOSPeerOTRTimerFired(SOSAccount* account, SOSPeerRef peer, SOSEngineRef engine, SOSCoderRef coder);
-int SOSPeerOTRTimerTimeoutValue(SOSAccount* account, SOSPeerRef peer);
-void SOSPeerOTRTimerSetupAwaitingTimer(SOSAccount* account, SOSPeerRef peer, SOSEngineRef engine, SOSCoderRef coder);
-
-
-//functions to handle max retry counter
-void SOSPeerOTRTimerIncreaseOTRNegotiationRetryCount(SOSAccount* account, NSString* peerid);
-bool SOSPeerOTRTimerHaveReachedMaxRetryAllowance(SOSAccount* account, NSString* peerid);
-void SOSPeerOTRTimerClearMaxRetryCount(SOSAccount* account, NSString* peerid);
-bool SOSPeerOTRTimerHaveAnRTTAvailable(SOSAccount* account, NSString* peerid);
-void SOSPeerOTRTimerRemoveRTTTimeoutForPeer(SOSAccount* account, NSString* peerid);
-void SOSPeerOTRTimerRemoveLastSentMessageTimestamp(SOSAccount* account, NSString* peerid);
-
-#endif /* SOSPeerOTRTimer_h */