aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/link.h')
-rw-r--r--ncpd/link.h2
1 files changed, 1 insertions, 1 deletions
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();