From ab18114bfd38d4632c66401b5bc079241e27fab3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 17 Jan 2000 11:49:41 +0000 Subject: Release of plptools-0.5 --- ncpd/linkchan.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ncpd/linkchan.h') diff --git a/ncpd/linkchan.h b/ncpd/linkchan.h index 2e2f7b9..4be75d0 100644 --- a/ncpd/linkchan.h +++ b/ncpd/linkchan.h @@ -26,6 +26,7 @@ #define _linkchan_h_ #include "channel.h" +#include "bufferarray.h" #define LINKCHAN_DEBUG_LOG 1 #define LINKCHAN_DEBUG_DUMP 2 @@ -35,9 +36,15 @@ class linkChan : public channel { linkChan(ncp *ncpController); void ncpDataCallback(bufferStore &a); - const char *getNcpConnectName(); + char *getNcpConnectName(); void ncpConnectAck(); void ncpConnectTerminate(); + void ncpConnectNak(); + void ncpRegisterAck() {} + void Register(channel *); + private: + int registerSer; + bufferArray registerStack; }; #endif -- cgit v1.2.3