From 12241e0ff5ea242891fc3a8c177e8f55e897f2a3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 16 Feb 2002 17:35:42 +0000 Subject: - Applied patches from Luke Diamand, Marc Spoorendonk and Chris Halls --- ncpd/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ncpd/link.h') diff --git a/ncpd/link.h b/ncpd/link.h index b6700e9..4fbd391 100644 --- a/ncpd/link.h +++ b/ncpd/link.h @@ -38,7 +38,7 @@ class IOWatch; class link { public: - link(const char *fname, int baud, IOWatch &iow, unsigned short _verbose = 0); + link(const char *fname, int baud, IOWatch *iow, unsigned short _verbose = 0); ~link(); void send(const bufferStore &buff); bufferArray poll(); -- cgit v1.2.3