summaryrefslogtreecommitdiffstats
path: root/net/curvecp/packetizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/curvecp/packetizer.h')
-rw-r--r--net/curvecp/packetizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/curvecp/packetizer.h b/net/curvecp/packetizer.h
index cca680b..14b526a 100644
--- a/net/curvecp/packetizer.h
+++ b/net/curvecp/packetizer.h
@@ -34,7 +34,7 @@ class Packetizer {
virtual int SendMessage(ConnectionKey key,
const char* data,
size_t length,
- CompletionCallback* callback) = 0;
+ OldCompletionCallback* callback) = 0;
// Close an existing connection.
virtual void Close(ConnectionKey key) = 0;