summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-12 15:43:21 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-12 15:43:21 +0000
commita5c965880da59f2af8a5f3ede2d97049983280a1 (patch)
tree14ec67391d6880c5c32a14c141ed93678573f480 /syncSocket.h
parentadded ctags target to makefile (diff)
added printing of sync information to stdout
Diffstat (limited to 'syncSocket.h')
-rw-r--r--syncSocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncSocket.h b/syncSocket.h
index 52ee6df..31169c1 100644
--- a/syncSocket.h
+++ b/syncSocket.h
@@ -18,6 +18,7 @@ public:
bool OnConnectRetry();
void OnReconnect();
+ void OnRawData(const char *buf,size_t len);
// void Init();
// void InitSSLServer();