aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ppsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ppsocket.h')
-rw-r--r--lib/ppsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ppsocket.h b/lib/ppsocket.h
index 05593d3..bde8f97 100644
--- a/lib/ppsocket.h
+++ b/lib/ppsocket.h
@@ -101,7 +101,7 @@ public:
* @returns A pointer to a new instance for the accepted connection or NULL
* if an error happened.
*/
- ppsocket *accept(string *Peer);
+ ppsocket *accept(string *Peer, IOWatch *);
/**
* Check and optionally wait for incoming data.