aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/channel.h')
-rw-r--r--ncpd/channel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ncpd/channel.h b/ncpd/channel.h
index 585ef31..e9bf3ea 100644
--- a/ncpd/channel.h
+++ b/ncpd/channel.h
@@ -31,6 +31,8 @@
class ncp;
class bufferStore;
+class PcServer;
+class ppsocket;
class channel {
public:
@@ -61,6 +63,11 @@ public:
virtual bool terminate(); // Mainloop will terminate this class if true
void terminateWhenAsked();
+ PcServer *ncpFindPcServer(const char *name);
+ void ncpRegisterPcServer(ppsocket *skt, const char *name);
+ void ncpUnregisterPcServer(PcServer *server);
+ int ncpGetSpeed();
+
protected:
short int verbose;
const char *connectName;